|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Image
A representation of the model object 'Image'. Physical definition of a graphical image.
The following features are supported:
UMLPackage.getImage()
Field Summary | |
---|---|
static java.lang.String |
FORMAT_BMP
|
static java.lang.String |
FORMAT_EMF
|
static java.lang.String |
FORMAT_GIF
|
static java.lang.String |
FORMAT_JPG
|
static java.lang.String |
FORMAT_PNG
|
static java.lang.String |
FORMAT_PREFIX_MIME
|
static java.lang.String |
FORMAT_SVG
|
static java.lang.String |
FORMAT_WMF
|
Method Summary | |
---|---|
java.lang.String |
getContent()
Returns the value of the 'Content' attribute |
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute |
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute |
boolean |
isSetContent()
Returns whether the value of the ' Content ' attribute is set |
boolean |
isSetFormat()
Returns whether the value of the ' Format ' attribute is set |
boolean |
isSetLocation()
Returns whether the value of the ' Location ' attribute is set |
void |
setContent(java.lang.String value)
Sets the value of the ' Content ' attribute |
void |
setFormat(java.lang.String value)
Sets the value of the ' Format ' attribute |
void |
setLocation(java.lang.String value)
Sets the value of the ' Location ' attribute |
void |
unsetContent()
Unsets the value of the ' Content ' attribute |
void |
unsetFormat()
Unsets the value of the ' Format ' attribute |
void |
unsetLocation()
Unsets the value of the ' Location ' 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 org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String FORMAT_SVG
static final java.lang.String FORMAT_GIF
static final java.lang.String FORMAT_PNG
static final java.lang.String FORMAT_JPG
static final java.lang.String FORMAT_WMF
static final java.lang.String FORMAT_EMF
static final java.lang.String FORMAT_BMP
static final java.lang.String FORMAT_PREFIX_MIME
Method Detail |
---|
java.lang.String getContent()
isSetContent()
,
unsetContent()
,
setContent(String)
,
UMLPackage.getImage_Content()
void setContent(java.lang.String value)
Content
' attribute.
value
- the new value of the 'Content' attribute.isSetContent()
,
unsetContent()
,
getContent()
void unsetContent()
Content
' attribute.
isSetContent()
,
getContent()
,
setContent(String)
boolean isSetContent()
Content
' attribute is set.
unsetContent()
,
getContent()
,
setContent(String)
java.lang.String getLocation()
isSetLocation()
,
unsetLocation()
,
setLocation(String)
,
UMLPackage.getImage_Location()
void setLocation(java.lang.String value)
Location
' attribute.
value
- the new value of the 'Location' attribute.isSetLocation()
,
unsetLocation()
,
getLocation()
void unsetLocation()
Location
' attribute.
isSetLocation()
,
getLocation()
,
setLocation(String)
boolean isSetLocation()
Location
' attribute is set.
unsetLocation()
,
getLocation()
,
setLocation(String)
java.lang.String getFormat()
isSetFormat()
,
unsetFormat()
,
setFormat(String)
,
UMLPackage.getImage_Format()
void setFormat(java.lang.String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.isSetFormat()
,
unsetFormat()
,
getFormat()
void unsetFormat()
Format
' attribute.
isSetFormat()
,
getFormat()
,
setFormat(String)
boolean isSetFormat()
Format
' attribute is set.
unsetFormat()
,
getFormat()
,
setFormat(String)
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |