Interface StringSlot

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Slot, TypedElement
All Known Implementing Classes:
StringSlotImpl

public interface StringSlot extends Slot
A representation of the model object 'String Slot'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<String>
    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.Slot

    getOwner, setOwner

    Methods inherited from interface org.eclipse.epsilon.emc.emf.virtual.TypedElement

    getType, setType
  • Method Details

    • getValues

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

      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: