Interface ImageMap
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface ImageMap extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Image Map'.The following features are supported:
- See Also:
RhapsodyPackage.getImageMap()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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 com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getShape
java.lang.String getShape()
Returns the value of the 'Shape' attribute. The default value is""
.- Returns:
- the value of the 'Shape' attribute.
- See Also:
setShape(String)
,RhapsodyPackage.getImageMap_Shape()
-
setShape
void setShape(java.lang.String value)
Sets the value of the 'Shape
' attribute.- Parameters:
value
- the new value of the 'Shape' attribute.- See Also:
getShape()
-
getPoints
java.lang.String getPoints()
Returns the value of the 'Points' attribute. The default value is""
.- Returns:
- the value of the 'Points' attribute.
- See Also:
setPoints(String)
,RhapsodyPackage.getImageMap_Points()
-
setPoints
void setPoints(java.lang.String value)
Sets the value of the 'Points
' attribute.- Parameters:
value
- the new value of the 'Points' attribute.- See Also:
getPoints()
-
getTarget
java.lang.String getTarget()
Returns the value of the 'Target' attribute. The default value is""
.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String)
,RhapsodyPackage.getImageMap_Target()
-
setTarget
void setTarget(java.lang.String value)
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
getTarget()
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is""
.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,RhapsodyPackage.getImageMap_Name()
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
isGUID
boolean isGUID()
Returns the value of the 'Is GUID' attribute.- Returns:
- the value of the 'Is GUID' attribute.
- See Also:
setIsGUID(boolean)
,RhapsodyPackage.getImageMap_IsGUID()
-
setIsGUID
void setIsGUID(boolean value)
Sets the value of the 'Is GUID
' attribute.- Parameters:
value
- the new value of the 'Is GUID' attribute.- See Also:
isGUID()
-
getPictureFileName
java.lang.String getPictureFileName()
Returns the value of the 'Picture File Name' attribute. The default value is""
.- Returns:
- the value of the 'Picture File Name' attribute.
- See Also:
setPictureFileName(String)
,RhapsodyPackage.getImageMap_PictureFileName()
-
setPictureFileName
void setPictureFileName(java.lang.String value)
Sets the value of the 'Picture File Name
' attribute.- Parameters:
value
- the new value of the 'Picture File Name' attribute.- See Also:
getPictureFileName()
-
getInterfaceName
java.lang.String getInterfaceName()
Returns the value of the 'Interface Name' attribute. The default value is""
.- Returns:
- the value of the 'Interface Name' attribute.
- See Also:
setInterfaceName(String)
,RhapsodyPackage.getImageMap_InterfaceName()
-
setInterfaceName
void setInterfaceName(java.lang.String value)
Sets the value of the 'Interface Name
' attribute.- Parameters:
value
- the new value of the 'Interface Name' attribute.- See Also:
getInterfaceName()
-
-