public interface VirtualObject extends TypedElement
VirtualPackage.getVirtualObject()
Modifier and Type | Method and Description |
---|---|
VirtualModel |
getModel()
Returns the value of the 'Model' container reference.
|
org.eclipse.emf.common.util.EList<Slot> |
getSlots()
Returns the value of the 'Slots' containment reference list.
|
void |
setModel(VirtualModel value)
Sets the value of the '
Model ' container reference. |
getType, setType
VirtualModel getModel()
Objects
'.
If the meaning of the 'Model' container reference isn't clear, there really should be more of a description here...
setModel(VirtualModel)
,
VirtualPackage.getVirtualObject_Model()
,
VirtualModel.getObjects()
void setModel(VirtualModel value)
Model
' container reference.
value
- the new value of the 'Model' container reference.getModel()
org.eclipse.emf.common.util.EList<Slot> getSlots()
Slot
.
It is bidirectional and its opposite is 'Owner
'.
If the meaning of the 'Slots' containment reference list isn't clear, there really should be more of a description here...
VirtualPackage.getVirtualObject_Slots()
,
Slot.getOwner()