|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Revision
A representation of the model object 'Revision'. Revision is a form of a language element which can be versioned (e.g. file).
The following features are supported:
ReviewPackage.getRevision()
Method Summary | |
---|---|
String |
getChecksum()
Returns the value of the 'Checksum' attribute. |
String |
getChecksumAlgorithm()
Returns the value of the 'Checksum Algorithm' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
long |
getSize()
Returns the value of the 'Size' attribute. |
long |
getTimestamp()
Returns the value of the 'Timestamp' attribute. |
void |
setChecksum(String value)
Sets the value of the ' Checksum ' attribute. |
void |
setChecksumAlgorithm(String value)
Sets the value of the ' Checksum Algorithm ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setSize(long value)
Sets the value of the ' Size ' attribute. |
void |
setTimestamp(long value)
Sets the value of the ' Timestamp ' attribute. |
Methods inherited from interface com.hammurapi.review.LanguageElement |
---|
getObservations, getSignature |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ReviewPackage.getRevision_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
long getSize()
setSize(long)
,
ReviewPackage.getRevision_Size()
void setSize(long value)
Size
' attribute.
value
- the new value of the 'Size' attribute.getSize()
String getChecksum()
setChecksum(String)
,
ReviewPackage.getRevision_Checksum()
void setChecksum(String value)
Checksum
' attribute.
value
- the new value of the 'Checksum' attribute.getChecksum()
long getTimestamp()
setTimestamp(long)
,
ReviewPackage.getRevision_Timestamp()
void setTimestamp(long value)
Timestamp
' attribute.
value
- the new value of the 'Timestamp' attribute.getTimestamp()
String getChecksumAlgorithm()
setChecksumAlgorithm(String)
,
ReviewPackage.getRevision_ChecksumAlgorithm()
void setChecksumAlgorithm(String value)
Checksum Algorithm
' attribute.
value
- the new value of the 'Checksum Algorithm' attribute.getChecksumAlgorithm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |