Interface AbstractDiagramRepresentationObject
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface AbstractDiagramRepresentationObject extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Abstract Diagram Representation Object'.The following features are supported:
- See Also:
DiagramPackage.getAbstractDiagramRepresentationObject()
- Model:
- abstract="true"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getID
java.lang.String getID()
Returns the value of the 'ID' attribute.If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'ID' attribute.
- See Also:
setID(String)
,DiagramPackage.getAbstractDiagramRepresentationObject_ID()
- Model:
- Generated:
-
setID
void setID(java.lang.String value)
Sets the value of the 'ID
' attribute.- Parameters:
value
- the new value of the 'ID' attribute.- See Also:
getID()
- Generated:
-
getType
java.lang.String getType()
Returns the value of the 'Type' attribute.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String)
,DiagramPackage.getAbstractDiagramRepresentationObject_Type()
- Model:
- Generated:
-
setType
void setType(java.lang.String value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
getType()
- Generated:
-
getUmlType
java.lang.String getUmlType()
Returns the value of the 'Uml Type' attribute.If the meaning of the 'Uml Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Uml Type' attribute.
- See Also:
setUmlType(String)
,DiagramPackage.getAbstractDiagramRepresentationObject_UmlType()
- Model:
- Generated:
-
setUmlType
void setUmlType(java.lang.String value)
Sets the value of the 'Uml Type
' attribute.- Parameters:
value
- the new value of the 'Uml Type' attribute.- See Also:
getUmlType()
- Generated:
-
getDiagramProperties
java.lang.String getDiagramProperties()
Returns the value of the 'Diagram Properties' attribute.If the meaning of the 'Diagram Properties' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Diagram Properties' attribute.
- See Also:
setDiagramProperties(String)
,DiagramPackage.getAbstractDiagramRepresentationObject_DiagramProperties()
- Model:
- annotation="http://www.eclipse.org/CDO/DBStore columnType='CLOB'"
- Generated:
-
setDiagramProperties
void setDiagramProperties(java.lang.String value)
Sets the value of the 'Diagram Properties
' attribute.- Parameters:
value
- the new value of the 'Diagram Properties' attribute.- See Also:
getDiagramProperties()
- Generated:
-
isInitialFrameSizeSet
boolean isInitialFrameSizeSet()
Returns the value of the 'Initial Frame Size Set' attribute.If the meaning of the 'Initial Frame Size Set' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Initial Frame Size Set' attribute.
- See Also:
setInitialFrameSizeSet(boolean)
,DiagramPackage.getAbstractDiagramRepresentationObject_InitialFrameSizeSet()
- Model:
- Generated:
-
setInitialFrameSizeSet
void setInitialFrameSizeSet(boolean value)
Sets the value of the 'Initial Frame Size Set
' attribute.- Parameters:
value
- the new value of the 'Initial Frame Size Set' attribute.- See Also:
isInitialFrameSizeSet()
- Generated:
-
getRequiredFeature
java.lang.String getRequiredFeature()
Returns the value of the 'Required Feature' attribute.If the meaning of the 'Required Feature' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Required Feature' attribute.
- See Also:
setRequiredFeature(String)
,DiagramPackage.getAbstractDiagramRepresentationObject_RequiredFeature()
- Model:
- Generated:
-
setRequiredFeature
void setRequiredFeature(java.lang.String value)
Sets the value of the 'Required Feature
' attribute.- Parameters:
value
- the new value of the 'Required Feature' attribute.- See Also:
getRequiredFeature()
- Generated:
-
getDiagramContents
DiagramContentsDescriptor getDiagramContents()
Returns the value of the 'Diagram Contents' containment reference. It is bidirectional and its opposite is 'Representation
'.If the meaning of the 'Diagram Contents' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Diagram Contents' containment reference.
- See Also:
setDiagramContents(DiagramContentsDescriptor)
,DiagramPackage.getAbstractDiagramRepresentationObject_DiagramContents()
,DiagramContentsDescriptor.getRepresentation()
- Model:
- opposite="representation" containment="true" resolveProxies="true"
- Generated:
-
setDiagramContents
void setDiagramContents(DiagramContentsDescriptor value)
Sets the value of the 'Diagram Contents
' containment reference.- Parameters:
value
- the new value of the 'Diagram Contents' containment reference.- See Also:
getDiagramContents()
- Generated:
-
getDiagramStyleID
java.lang.String getDiagramStyleID()
Returns the value of the 'Diagram Style ID' attribute.If the meaning of the 'Diagram Style ID' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Diagram Style ID' attribute.
- See Also:
setDiagramStyleID(String)
,DiagramPackage.getAbstractDiagramRepresentationObject_DiagramStyleID()
- Model:
- Generated:
-
setDiagramStyleID
void setDiagramStyleID(java.lang.String value)
Sets the value of the 'Diagram Style ID
' attribute.- Parameters:
value
- the new value of the 'Diagram Style ID' attribute.- See Also:
getDiagramStyleID()
- Generated:
-
-