Package org.eclipse.epsilon.emc.muddle
Interface Slot
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SlotImpl
public interface Slot extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Slot'.The following features are supported:
- See Also:
MuddlePackage.getSlot()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getValues
org.eclipse.emf.common.util.EList<Object> getValues()
Returns the value of the 'Values' attribute list. The list contents are of typeObject
.If the meaning of the 'Values' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Values' attribute list.
- See Also:
MuddlePackage.getSlot_Values()
-
getFeature
Feature getFeature()
Returns the value of the 'Feature' reference. It is bidirectional and its opposite is 'Slots
'.If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature' reference.
- See Also:
setFeature(Feature)
,MuddlePackage.getSlot_Feature()
,Feature.getSlots()
-
setFeature
void setFeature(Feature value)
Sets the value of the 'Feature
' reference.- Parameters:
value
- the new value of the 'Feature' reference.- See Also:
getFeature()
-
getOwningElement
MuddleElement getOwningElement()
Returns the value of the 'Owning Element' container reference. It is bidirectional and its opposite is 'Slots
'.If the meaning of the 'Owning Element' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Element' container reference.
- See Also:
setOwningElement(MuddleElement)
,MuddlePackage.getSlot_OwningElement()
,MuddleElement.getSlots()
-
setOwningElement
void setOwningElement(MuddleElement value)
Sets the value of the 'Owning Element
' container reference.- Parameters:
value
- the new value of the 'Owning Element' container reference.- See Also:
getOwningElement()
-
-