public interface GraphElement
extends com.sodius.mdw.core.model.emf.MDWEObject, org.eclipse.emf.ecore.EModelElement
The following features are supported:
RhapsodyPackage.getGraphElement()
Modifier and Type | Method and Description |
---|---|
GraphElement |
getGraphicalParent()
Returns the value of the 'Graphical Parent' reference.
|
com.sodius.mdw.core.model.emf.MDWEList |
getGraphicalProperties()
Returns the value of the 'Graphical Properties' reference list.
|
java.lang.String |
getInterfaceName()
Returns the value of the 'Interface Name' attribute.
|
ModelElement |
getModelObject()
Returns the value of the 'Model Object' reference.
|
void |
setGraphicalParent(GraphElement value)
Sets the value of the '
Graphical Parent ' reference. |
void |
setInterfaceName(java.lang.String value)
Sets the value of the '
Interface Name ' attribute. |
void |
setModelObject(ModelElement value)
Sets the value of the '
Model Object ' reference. |
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
java.lang.String getInterfaceName()
""
.
setInterfaceName(String)
,
RhapsodyPackage.getGraphElement_InterfaceName()
void setInterfaceName(java.lang.String value)
Interface Name
' attribute.
value
- the new value of the 'Interface Name' attribute.getInterfaceName()
ModelElement getModelObject()
setModelObject(ModelElement)
,
RhapsodyPackage.getGraphElement_ModelObject()
void setModelObject(ModelElement value)
Model Object
' reference.
value
- the new value of the 'Model Object' reference.getModelObject()
GraphElement getGraphicalParent()
setGraphicalParent(GraphElement)
,
RhapsodyPackage.getGraphElement_GraphicalParent()
void setGraphicalParent(GraphElement value)
Graphical Parent
' reference.
value
- the new value of the 'Graphical Parent' reference.getGraphicalParent()
com.sodius.mdw.core.model.emf.MDWEList getGraphicalProperties()
GraphicalProperty
.
RhapsodyPackage.getGraphElement_GraphicalProperties()