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
 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<java.lang.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.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getValues

org.eclipse.emf.common.util.EList<java.lang.Object> getValues()
Returns the value of the 'Values' attribute list. The list contents are of type Object.

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()