Package com.sodius.mdw.metamodel.sa
Interface Picture
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,EncyclopediaElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface Picture extends EncyclopediaElement
A representation of the model object 'Picture'.The following features are supported:
- See Also:
SaPackage.getPicture()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
-
getOriginalFile
String getOriginalFile()
Returns the value of the 'Original File' attribute. The default value is""
.- Returns:
- the value of the 'Original File' attribute.
- See Also:
setOriginalFile(String)
,SaPackage.getPicture_OriginalFile()
-
setOriginalFile
void setOriginalFile(String value)
Sets the value of the 'Original File
' attribute.- Parameters:
value
- the new value of the 'Original File' attribute.- See Also:
getOriginalFile()
-
getOriginalFileLength
String getOriginalFileLength()
Returns the value of the 'Original File Length' attribute. The default value is""
.- Returns:
- the value of the 'Original File Length' attribute.
- See Also:
setOriginalFileLength(String)
,SaPackage.getPicture_OriginalFileLength()
-
setOriginalFileLength
void setOriginalFileLength(String value)
Sets the value of the 'Original File Length
' attribute.- Parameters:
value
- the new value of the 'Original File Length' attribute.- See Also:
getOriginalFileLength()
-
getPictureData
String getPictureData()
Returns the value of the 'Picture Data' attribute. The default value is""
.- Returns:
- the value of the 'Picture Data' attribute.
- See Also:
setPictureData(String)
,SaPackage.getPicture_PictureData()
-
setPictureData
void setPictureData(String value)
Sets the value of the 'Picture Data
' attribute.- Parameters:
value
- the new value of the 'Picture Data' attribute.- See Also:
getPictureData()
-
getPictureEncodingMethod
String getPictureEncodingMethod()
Returns the value of the 'Picture Encoding Method' attribute. The default value is""
.- Returns:
- the value of the 'Picture Encoding Method' attribute.
- See Also:
setPictureEncodingMethod(String)
,SaPackage.getPicture_PictureEncodingMethod()
-
setPictureEncodingMethod
void setPictureEncodingMethod(String value)
Sets the value of the 'Picture Encoding Method
' attribute.- Parameters:
value
- the new value of the 'Picture Encoding Method' attribute.- See Also:
getPictureEncodingMethod()
-
getPictureEncodingVersion
String getPictureEncodingVersion()
Returns the value of the 'Picture Encoding Version' attribute. The default value is""
.- Returns:
- the value of the 'Picture Encoding Version' attribute.
- See Also:
setPictureEncodingVersion(String)
,SaPackage.getPicture_PictureEncodingVersion()
-
setPictureEncodingVersion
void setPictureEncodingVersion(String value)
Sets the value of the 'Picture Encoding Version
' attribute.- Parameters:
value
- the new value of the 'Picture Encoding Version' attribute.- See Also:
getPictureEncodingVersion()
-
-