public interface Attachment extends Element
The following features are supported:
IntegrityPackage.getAttachment()
Modifier and Type | Method and Description |
---|---|
String |
getChecksum()
Returns the value of the 'Checksum' attribute.
|
String |
getFileName()
Returns the value of the 'File Name' attribute.
|
long |
getFileSize()
Returns the value of the 'File Size' attribute.
|
void |
setChecksum(String value)
Sets the value of the '
Checksum ' attribute. |
void |
setFileName(String value)
Sets the value of the '
File Name ' attribute. |
void |
setFileSize(long value)
Sets the value of the '
File Size ' attribute. |
eUninitialize
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
String getFileName()
""
.
setFileName(String)
,
IntegrityPackage.getAttachment_FileName()
void setFileName(String value)
File Name
' attribute.
value
- the new value of the 'File Name' attribute.getFileName()
long getFileSize()
setFileSize(long)
,
IntegrityPackage.getAttachment_FileSize()
void setFileSize(long value)
File Size
' attribute.
value
- the new value of the 'File Size' attribute.getFileSize()
String getChecksum()
""
.
setChecksum(String)
,
IntegrityPackage.getAttachment_Checksum()
void setChecksum(String value)
Checksum
' attribute.
value
- the new value of the 'Checksum' attribute.getChecksum()