public interface IdentifSlot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
org.polarsys.chess.chessmlprofile.Core.CorePackage#getIdentifSlot()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Slot |
getBase_Slot()
Returns the value of the 'Base Slot' reference.
|
int |
getId()
Returns the value of the 'Id' attribute.
|
void |
setBase_Slot(org.eclipse.uml2.uml.Slot value)
Sets the value of the '
Base Slot ' reference. |
void |
setId(int value)
Sets the value of the '
Id ' 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#getIdentifSlot_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 getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(int)
,
org.polarsys.chess.chessmlprofile.Core.CorePackage#getIdentifSlot_Id()