public interface MultiSlot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
org.polarsys.chess.chessmlprofile.Core.CorePackage#getMultiSlot()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Slot |
getBase_Slot()
Returns the value of the 'Base Slot' reference.
|
int |
getUpperBound()
Returns the value of the 'Upper Bound' attribute.
|
void |
setBase_Slot(org.eclipse.uml2.uml.Slot value)
Sets the value of the '
Base Slot ' reference. |
void |
setUpperBound(int value)
Sets the value of the '
Upper Bound ' attribute. |
org.eclipse.uml2.uml.Slot getBase_Slot()
If the meaning of the 'Base Slot' reference isn't clear, there really should be more of a description here...
setBase_Slot(Slot)
,
org.polarsys.chess.chessmlprofile.Core.CorePackage#getMultiSlot_Base_Slot()
void setBase_Slot(org.eclipse.uml2.uml.Slot value)
Base Slot
' reference.
value
- the new value of the 'Base Slot' reference.getBase_Slot()
int getUpperBound()
If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...
setUpperBound(int)
,
org.polarsys.chess.chessmlprofile.Core.CorePackage#getMultiSlot_UpperBound()
void setUpperBound(int value)
Upper Bound
' attribute.
value
- the new value of the 'Upper Bound' attribute.getUpperBound()