public interface Image extends Value
The following features are supported:
ValuesPackage.getImage()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Returns the value of the 'Data' attribute.
|
ImageFormat |
getFormat()
Returns the value of the 'Format' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getReference()
Returns the value of the 'Reference' attribute.
|
void |
setData(java.lang.String value)
Sets the value of the '
Data ' attribute. |
void |
setFormat(ImageFormat value)
Sets the value of the '
Format ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setReference(java.lang.String value)
Sets the value of the '
Reference ' attribute. |
isSynched, setSynched
java.lang.String getData()
If the meaning of the 'Data' attribute isn't clear, there really should be more of a description here...
setData(String)
,
ValuesPackage.getImage_Data()
void setData(java.lang.String value)
Data
' attribute.
value
- the new value of the 'Data' attribute.getData()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ValuesPackage.getImage_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getReference()
If the meaning of the 'Reference' attribute isn't clear, there really should be more of a description here...
setReference(String)
,
ValuesPackage.getImage_Reference()
void setReference(java.lang.String value)
Reference
' attribute.
value
- the new value of the 'Reference' attribute.getReference()
ImageFormat getFormat()
ImageFormat
.
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
ImageFormat
,
setFormat(ImageFormat)
,
ValuesPackage.getImage_Format()
void setFormat(ImageFormat value)
Format
' attribute.
value
- the new value of the 'Format' attribute.ImageFormat
,
getFormat()