Interface Enum

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<EnumAttribute> getAttributes()
      Returns the value of the 'Attributes' containment reference list.
      org.eclipse.emf.common.util.EList<EnumValue> getValues()
      Returns the value of the 'Values' containment reference list.
      boolean isOrdinal()
      Returns the value of the 'Ordinal' attribute.
      void setOrdinal​(boolean value)
      Sets the value of the 'Ordinal' attribute.
      • 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

      • isOrdinal

        boolean isOrdinal()
        Returns the value of the 'Ordinal' attribute.

        If the meaning of the 'Ordinal' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Ordinal' attribute.
        See Also:
        setOrdinal(boolean), TacticdslPackage.getEnum_Ordinal()
        Model:
        Generated:
      • setOrdinal

        void setOrdinal​(boolean value)
        Sets the value of the 'Ordinal' attribute.
        Parameters:
        value - the new value of the 'Ordinal' attribute.
        See Also:
        isOrdinal()
        Generated:
      • getAttributes

        org.eclipse.emf.common.util.EList<EnumAttribute> getAttributes()
        Returns the value of the 'Attributes' containment reference list. The list contents are of type EnumAttribute.

        If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attributes' containment reference list.
        See Also:
        TacticdslPackage.getEnum_Attributes()
        Model:
        containment="true"
        Generated:
      • getValues

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

        If the meaning of the 'Values' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Values' containment reference list.
        See Also:
        TacticdslPackage.getEnum_Values()
        Model:
        containment="true"
        Generated: