public class ImageImpl extends ValueImpl implements Image
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
data
The cached value of the '
Data ' attribute. |
protected static java.lang.String |
DATA_EDEFAULT
The default value of the '
Data ' attribute. |
protected ImageFormat |
format
The cached value of the '
Format ' attribute. |
protected static ImageFormat |
FORMAT_EDEFAULT
The default value of the '
Format ' attribute. |
protected java.lang.String |
name
The cached value of the '
Name ' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name ' attribute. |
protected java.lang.String |
reference
The cached value of the '
Reference ' attribute. |
protected static java.lang.String |
REFERENCE_EDEFAULT
The default value of the '
Reference ' attribute. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
ImageImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getData() |
ImageFormat |
getFormat() |
java.lang.String |
getName() |
java.lang.String |
getReference() |
void |
setData(java.lang.String newData) |
void |
setFormat(ImageFormat newFormat) |
void |
setName(java.lang.String newName) |
void |
setReference(java.lang.String newReference) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected static final java.lang.String DATA_EDEFAULT
Data
' attribute.
getData()
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
protected static final java.lang.String REFERENCE_EDEFAULT
Reference
' attribute.
getReference()
protected java.lang.String reference
Reference
' attribute.
getReference()
protected static final ImageFormat FORMAT_EDEFAULT
Format
' attribute.
getFormat()
protected ImageFormat format
Format
' attribute.
getFormat()
protected EClass eStaticClass()
eStaticClass
in class ValueImpl
public java.lang.String getData()
getData
in interface Image
Image.setData(String)
,
ValuesPackage.getImage_Data()
public void setData(java.lang.String newData)
setData
in interface Image
newData
- the new value of the 'Data' attribute.Image.getData()
public java.lang.String getName()
getName
in interface Image
Image.setName(String)
,
ValuesPackage.getImage_Name()
public void setName(java.lang.String newName)
setName
in interface Image
newName
- the new value of the 'Name' attribute.Image.getName()
public java.lang.String getReference()
getReference
in interface Image
Image.setReference(String)
,
ValuesPackage.getImage_Reference()
public void setReference(java.lang.String newReference)
setReference
in interface Image
newReference
- the new value of the 'Reference' attribute.Image.getReference()
public ImageFormat getFormat()
getFormat
in interface Image
ImageFormat
,
Image.setFormat(ImageFormat)
,
ValuesPackage.getImage_Format()
public void setFormat(ImageFormat newFormat)
setFormat
in interface Image
newFormat
- the new value of the 'Format' attribute.ImageFormat
,
Image.getFormat()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)