Interface BooleanSlot
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Slot
,TypedElement
- All Known Implementing Classes:
BooleanSlotImpl
public interface BooleanSlot extends Slot
A representation of the model object 'Boolean Slot'.The following features are supported:
- See Also:
VirtualPackage.getBooleanSlot()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Boolean>
getValues()
Returns the value of the 'Values' attribute list.-
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
-
Methods inherited from interface org.eclipse.epsilon.emc.emf.virtual.TypedElement
getType, setType
-
-
-
-
Method Detail
-
getValues
org.eclipse.emf.common.util.EList<Boolean> getValues()
Returns the value of the 'Values' attribute list. The list contents are of typeBoolean
.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:
VirtualPackage.getBooleanSlot_Values()
-
-