public interface AbstractDiagramRepresentationObject
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
DiagramContentsDescriptor |
getDiagramContents()
Returns the value of the 'Diagram Contents' containment reference.
|
java.lang.String |
getDiagramProperties()
Returns the value of the 'Diagram Properties' attribute.
|
java.lang.String |
getDiagramStyleID()
Returns the value of the 'Diagram Style ID' attribute.
|
java.lang.String |
getID()
Returns the value of the 'ID' attribute.
|
java.lang.String |
getRequiredFeature()
Returns the value of the 'Required Feature' attribute.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
java.lang.String |
getUmlType()
Returns the value of the 'Uml Type' attribute.
|
boolean |
isInitialFrameSizeSet()
Returns the value of the 'Initial Frame Size Set' attribute.
|
void |
setDiagramContents(DiagramContentsDescriptor value)
Sets the value of the '
Diagram Contents ' containment reference. |
void |
setDiagramProperties(java.lang.String value)
Sets the value of the '
Diagram Properties ' attribute. |
void |
setDiagramStyleID(java.lang.String value)
Sets the value of the '
Diagram Style ID ' attribute. |
void |
setID(java.lang.String value)
Sets the value of the '
ID ' attribute. |
void |
setInitialFrameSizeSet(boolean value)
Sets the value of the '
Initial Frame Size Set ' attribute. |
void |
setRequiredFeature(java.lang.String value)
Sets the value of the '
Required Feature ' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute. |
void |
setUmlType(java.lang.String value)
Sets the value of the '
Uml Type ' attribute. |
java.lang.String getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(String)
,
DiagramPackage.getAbstractDiagramRepresentationObject_ID()
void setID(java.lang.String value)
ID
' attribute.
value
- the new value of the 'ID' attribute.getID()
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
DiagramPackage.getAbstractDiagramRepresentationObject_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
java.lang.String getUmlType()
If the meaning of the 'Uml Type' attribute isn't clear, there really should be more of a description here...
setUmlType(String)
,
DiagramPackage.getAbstractDiagramRepresentationObject_UmlType()
void setUmlType(java.lang.String value)
Uml Type
' attribute.
value
- the new value of the 'Uml Type' attribute.getUmlType()
java.lang.String getDiagramProperties()
If the meaning of the 'Diagram Properties' attribute isn't clear, there really should be more of a description here...
setDiagramProperties(String)
,
DiagramPackage.getAbstractDiagramRepresentationObject_DiagramProperties()
void setDiagramProperties(java.lang.String value)
Diagram Properties
' attribute.
value
- the new value of the 'Diagram Properties' attribute.getDiagramProperties()
boolean isInitialFrameSizeSet()
If the meaning of the 'Initial Frame Size Set' attribute isn't clear, there really should be more of a description here...
setInitialFrameSizeSet(boolean)
,
DiagramPackage.getAbstractDiagramRepresentationObject_InitialFrameSizeSet()
void setInitialFrameSizeSet(boolean value)
Initial Frame Size Set
' attribute.
value
- the new value of the 'Initial Frame Size Set' attribute.isInitialFrameSizeSet()
java.lang.String getRequiredFeature()
If the meaning of the 'Required Feature' attribute isn't clear, there really should be more of a description here...
setRequiredFeature(String)
,
DiagramPackage.getAbstractDiagramRepresentationObject_RequiredFeature()
void setRequiredFeature(java.lang.String value)
Required Feature
' attribute.
value
- the new value of the 'Required Feature' attribute.getRequiredFeature()
DiagramContentsDescriptor getDiagramContents()
Representation
'.
If the meaning of the 'Diagram Contents' containment reference isn't clear, there really should be more of a description here...
setDiagramContents(DiagramContentsDescriptor)
,
DiagramPackage.getAbstractDiagramRepresentationObject_DiagramContents()
,
DiagramContentsDescriptor.getRepresentation()
void setDiagramContents(DiagramContentsDescriptor value)
Diagram Contents
' containment reference.
value
- the new value of the 'Diagram Contents' containment reference.getDiagramContents()
java.lang.String getDiagramStyleID()
If the meaning of the 'Diagram Style ID' attribute isn't clear, there really should be more of a description here...
setDiagramStyleID(String)
,
DiagramPackage.getAbstractDiagramRepresentationObject_DiagramStyleID()
void setDiagramStyleID(java.lang.String value)
Diagram Style ID
' attribute.
value
- the new value of the 'Diagram Style ID' attribute.getDiagramStyleID()