public interface Image extends Element
The following features are supported:
UMLPackage.getImage()
Modifier and Type | Field and Description |
---|---|
static String |
FORMAT_BMP |
static String |
FORMAT_EMF |
static String |
FORMAT_GIF |
static String |
FORMAT_JPG |
static String |
FORMAT_PNG |
static String |
FORMAT_PREFIX_MIME |
static String |
FORMAT_SVG |
static String |
FORMAT_WMF |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the value of the 'Content' attribute
|
String |
getFormat()
Returns the value of the 'Format' attribute
|
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(String value)
Sets the value of the '
Content ' attribute |
void |
setFormat(String value)
Sets the value of the '
Format ' attribute |
void |
setLocation(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 |
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
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
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String FORMAT_SVG
static final String FORMAT_GIF
static final String FORMAT_PNG
static final String FORMAT_JPG
static final String FORMAT_WMF
static final String FORMAT_EMF
static final String FORMAT_BMP
static final String FORMAT_PREFIX_MIME
String getContent()
isSetContent()
,
unsetContent()
,
setContent(String)
,
UMLPackage.getImage_Content()
void setContent(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)
String getLocation()
isSetLocation()
,
unsetLocation()
,
setLocation(String)
,
UMLPackage.getImage_Location()
void setLocation(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)
String getFormat()
isSetFormat()
,
unsetFormat()
,
setFormat(String)
,
UMLPackage.getImage_Format()
void setFormat(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)