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 StringgetOriginalFile()Returns the value of the 'Original File' attribute.StringgetOriginalFileLength()Returns the value of the 'Original File Length' attribute.StringgetPictureData()Returns the value of the 'Picture Data' attribute.StringgetPictureEncodingMethod()Returns the value of the 'Picture Encoding Method' attribute.StringgetPictureEncodingVersion()Returns the value of the 'Picture Encoding Version' attribute.voidsetOriginalFile(String value)Sets the value of the 'Original File' attribute.voidsetOriginalFileLength(String value)Sets the value of the 'Original File Length' attribute.voidsetPictureData(String value)Sets the value of the 'Picture Data' attribute.voidsetPictureEncodingMethod(String value)Sets the value of the 'Picture Encoding Method' attribute.voidsetPictureEncodingVersion(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()
-
-