public interface Shaped
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RSMPackage.getShaped()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.MultiplicityElement |
getBase_MultiplicityElement()
Returns the value of the 'Base Multiplicity Element' reference.
|
String |
getShape()
Returns the value of the 'Shape' attribute.
|
void |
setBase_MultiplicityElement(org.eclipse.uml2.uml.MultiplicityElement value)
Sets the value of the '
Base Multiplicity Element ' reference. |
void |
setShape(String value)
Sets the value of the '
Shape ' attribute. |
String getShape()
If the meaning of the 'Shape' attribute isn't clear, there really should be more of a description here...
setShape(String)
,
RSMPackage.getShaped_Shape()
void setShape(String value)
Shape
' attribute.
value
- the new value of the 'Shape' attribute.getShape()
org.eclipse.uml2.uml.MultiplicityElement getBase_MultiplicityElement()
If the meaning of the 'Base Multiplicity Element' reference isn't clear, there really should be more of a description here...
setBase_MultiplicityElement(MultiplicityElement)
,
RSMPackage.getShaped_Base_MultiplicityElement()
void setBase_MultiplicityElement(org.eclipse.uml2.uml.MultiplicityElement value)
Base Multiplicity Element
' reference.
value
- the new value of the 'Base Multiplicity Element' reference.getBase_MultiplicityElement()
Copyright © 2017 Eclipse foundation. All rights reserved.