Interface AbstractDiagramRepresentationObject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
The following features are supported:
- See Also:
- Model:
- abstract="true"
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Diagram Contents' containment reference.Returns the value of the 'Diagram Properties' attribute.Returns the value of the 'Diagram Style ID' attribute.getID()
Returns the value of the 'ID' attribute.Returns the value of the 'Required Feature' attribute.getType()
Returns the value of the 'Type' attribute.Returns the value of the 'Uml Type' attribute.boolean
Returns the value of the 'Initial Frame Size Set' attribute.void
Sets the value of the 'Diagram Contents
' containment reference.void
setDiagramProperties
(String value) Sets the value of the 'Diagram Properties
' attribute.void
setDiagramStyleID
(String value) Sets the value of the 'Diagram Style ID
' attribute.void
Sets the value of the 'ID
' attribute.void
setInitialFrameSizeSet
(boolean value) Sets the value of the 'Initial Frame Size Set
' attribute.void
setRequiredFeature
(String value) Sets the value of the 'Required Feature
' attribute.void
Sets the value of the 'Type
' attribute.void
setUmlType
(String value) Sets the value of the 'Uml Type
' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getID
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:
- Model:
- Generated:
-
setID
Sets the value of the 'ID
' attribute.- Parameters:
value
- the new value of the 'ID' attribute.- See Also:
- Generated:
-
getType
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:
- Model:
- Generated:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
- Generated:
-
getUmlType
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:
- Model:
- Generated:
-
setUmlType
Sets the value of the 'Uml Type
' attribute.- Parameters:
value
- the new value of the 'Uml Type' attribute.- See Also:
- Generated:
-
getDiagramProperties
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:
- Model:
- annotation="http://www.eclipse.org/CDO/DBStore columnType='CLOB'"
- Generated:
-
setDiagramProperties
Sets the value of the 'Diagram Properties
' attribute.- Parameters:
value
- the new value of the 'Diagram Properties' attribute.- See Also:
- 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:
- 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:
- Generated:
-
getRequiredFeature
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:
- Model:
- Generated:
-
setRequiredFeature
Sets the value of the 'Required Feature
' attribute.- Parameters:
value
- the new value of the 'Required Feature' attribute.- See Also:
- 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:
- Model:
- opposite="representation" containment="true" resolveProxies="true"
- Generated:
-
setDiagramContents
Sets the value of the 'Diagram Contents
' containment reference.- Parameters:
value
- the new value of the 'Diagram Contents' containment reference.- See Also:
- Generated:
-
getDiagramStyleID
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:
- Model:
- Generated:
-
setDiagramStyleID
Sets the value of the 'Diagram Style ID
' attribute.- Parameters:
value
- the new value of the 'Diagram Style ID' attribute.- See Also:
- Generated:
-