public interface Slot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MuddlePackage.getSlot()
Modifier and Type | Method and Description |
---|---|
Feature |
getFeature()
Returns the value of the 'Feature' reference.
|
MuddleElement |
getOwningElement()
Returns the value of the 'Owning Element' container reference.
|
org.eclipse.emf.common.util.EList<Object> |
getValues()
Returns the value of the 'Values' attribute list.
|
void |
setFeature(Feature value)
Sets the value of the '
Feature ' reference. |
void |
setOwningElement(MuddleElement value)
Sets the value of the '
Owning Element ' container reference. |
org.eclipse.emf.common.util.EList<Object> getValues()
Object
.
If the meaning of the 'Values' attribute list isn't clear, there really should be more of a description here...
MuddlePackage.getSlot_Values()
Feature getFeature()
Slots
'.
If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...
setFeature(Feature)
,
MuddlePackage.getSlot_Feature()
,
Feature.getSlots()
void setFeature(Feature value)
Feature
' reference.
value
- the new value of the 'Feature' reference.getFeature()
MuddleElement getOwningElement()
Slots
'.
If the meaning of the 'Owning Element' container reference isn't clear, there really should be more of a description here...
setOwningElement(MuddleElement)
,
MuddlePackage.getSlot_OwningElement()
,
MuddleElement.getSlots()
void setOwningElement(MuddleElement value)
Owning Element
' container reference.
value
- the new value of the 'Owning Element' container reference.getOwningElement()
Copyright © 2020. All rights reserved.