public interface ImageMap
The following features are supported:
RhapsodyPackage.getImageMap()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInterfaceName()
Returns the value of the 'Interface Name' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getPictureFileName()
Returns the value of the 'Picture File Name' attribute.
|
java.lang.String |
getPoints()
Returns the value of the 'Points' attribute.
|
java.lang.String |
getShape()
Returns the value of the 'Shape' attribute.
|
java.lang.String |
getTarget()
Returns the value of the 'Target' attribute.
|
boolean |
isGUID()
Returns the value of the 'Is GUID' attribute.
|
void |
setInterfaceName(java.lang.String value)
Sets the value of the '
Interface Name ' attribute. |
void |
setIsGUID(boolean value)
Sets the value of the '
Is GUID ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setPictureFileName(java.lang.String value)
Sets the value of the '
Picture File Name ' attribute. |
void |
setPoints(java.lang.String value)
Sets the value of the '
Points ' attribute. |
void |
setShape(java.lang.String value)
Sets the value of the '
Shape ' attribute. |
void |
setTarget(java.lang.String value)
Sets the value of the '
Target ' attribute. |
java.lang.String getShape()
""
.
setShape(String)
,
RhapsodyPackage.getImageMap_Shape()
void setShape(java.lang.String value)
Shape
' attribute.
value
- the new value of the 'Shape' attribute.getShape()
java.lang.String getPoints()
""
.
setPoints(String)
,
RhapsodyPackage.getImageMap_Points()
void setPoints(java.lang.String value)
Points
' attribute.
value
- the new value of the 'Points' attribute.getPoints()
java.lang.String getTarget()
""
.
setTarget(String)
,
RhapsodyPackage.getImageMap_Target()
void setTarget(java.lang.String value)
Target
' attribute.
value
- the new value of the 'Target' attribute.getTarget()
java.lang.String getName()
""
.
setName(String)
,
RhapsodyPackage.getImageMap_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isGUID()
setIsGUID(boolean)
,
RhapsodyPackage.getImageMap_IsGUID()
void setIsGUID(boolean value)
Is GUID
' attribute.
value
- the new value of the 'Is GUID' attribute.isGUID()
java.lang.String getPictureFileName()
""
.
setPictureFileName(String)
,
RhapsodyPackage.getImageMap_PictureFileName()
void setPictureFileName(java.lang.String value)
Picture File Name
' attribute.
value
- the new value of the 'Picture File Name' attribute.getPictureFileName()
java.lang.String getInterfaceName()
""
.
setInterfaceName(String)
,
RhapsodyPackage.getImageMap_InterfaceName()
void setInterfaceName(java.lang.String value)
Interface Name
' attribute.
value
- the new value of the 'Interface Name' attribute.getInterfaceName()