Interface Attachment
-
- All Superinterfaces:
Comparable<Object>
,Element
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface Attachment extends Element
A representation of the model object 'Attachment'.The following features are supported:
- See Also:
IntegrityPackage.getAttachment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.Element
eUninitialize
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getFileName
String getFileName()
Returns the value of the 'File Name' attribute. The default value is""
.- Returns:
- the value of the 'File Name' attribute.
- See Also:
setFileName(String)
,IntegrityPackage.getAttachment_FileName()
-
setFileName
void setFileName(String value)
Sets the value of the 'File Name
' attribute.- Parameters:
value
- the new value of the 'File Name' attribute.- See Also:
getFileName()
-
getFileSize
long getFileSize()
Returns the value of the 'File Size' attribute.- Returns:
- the value of the 'File Size' attribute.
- See Also:
setFileSize(long)
,IntegrityPackage.getAttachment_FileSize()
-
setFileSize
void setFileSize(long value)
Sets the value of the 'File Size
' attribute.- Parameters:
value
- the new value of the 'File Size' attribute.- See Also:
getFileSize()
-
getChecksum
String getChecksum()
Returns the value of the 'Checksum' attribute. The default value is""
.- Returns:
- the value of the 'Checksum' attribute.
- See Also:
setChecksum(String)
,IntegrityPackage.getAttachment_Checksum()
-
setChecksum
void setChecksum(String value)
Sets the value of the 'Checksum
' attribute.- Parameters:
value
- the new value of the 'Checksum' attribute.- See Also:
getChecksum()
-
-