public interface Picture extends EncyclopediaElement
The following features are supported:
SaPackage.getPicture()
Modifier and Type | Method and Description |
---|---|
String |
getOriginalFile()
Returns the value of the 'Original File' attribute.
|
String |
getOriginalFileLength()
Returns the value of the 'Original File Length' attribute.
|
String |
getPictureData()
Returns the value of the 'Picture Data' attribute.
|
String |
getPictureEncodingMethod()
Returns the value of the 'Picture Encoding Method' attribute.
|
String |
getPictureEncodingVersion()
Returns the value of the 'Picture Encoding Version' attribute.
|
void |
setOriginalFile(String value)
Sets the value of the '
Original File ' attribute. |
void |
setOriginalFileLength(String value)
Sets the value of the '
Original File Length ' attribute. |
void |
setPictureData(String value)
Sets the value of the '
Picture Data ' attribute. |
void |
setPictureEncodingMethod(String value)
Sets the value of the '
Picture Encoding Method ' attribute. |
void |
setPictureEncodingVersion(String value)
Sets the value of the '
Picture Encoding Version ' attribute. |
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
eAdapters, eDeliver, eNotify, eSetDeliver
String getOriginalFile()
""
.
setOriginalFile(String)
,
SaPackage.getPicture_OriginalFile()
void setOriginalFile(String value)
Original File
' attribute.
value
- the new value of the 'Original File' attribute.getOriginalFile()
String getOriginalFileLength()
""
.
setOriginalFileLength(String)
,
SaPackage.getPicture_OriginalFileLength()
void setOriginalFileLength(String value)
Original File Length
' attribute.
value
- the new value of the 'Original File Length' attribute.getOriginalFileLength()
String getPictureData()
""
.
setPictureData(String)
,
SaPackage.getPicture_PictureData()
void setPictureData(String value)
Picture Data
' attribute.
value
- the new value of the 'Picture Data' attribute.getPictureData()
String getPictureEncodingMethod()
""
.
setPictureEncodingMethod(String)
,
SaPackage.getPicture_PictureEncodingMethod()
void setPictureEncodingMethod(String value)
Picture Encoding Method
' attribute.
value
- the new value of the 'Picture Encoding Method' attribute.getPictureEncodingMethod()
String getPictureEncodingVersion()
""
.
setPictureEncodingVersion(String)
,
SaPackage.getPicture_PictureEncodingVersion()
void setPictureEncodingVersion(String value)
Picture Encoding Version
' attribute.
value
- the new value of the 'Picture Encoding Version' attribute.getPictureEncodingVersion()