Interface BasicType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<Attribute> getAttributes()
      Returns the value of the 'Attributes' containment reference list.
      org.eclipse.emf.common.util.EList<DomainObjectOperation> getOperations()
      Returns the value of the 'Operations' containment reference list.
      org.eclipse.emf.common.util.EList<Reference> getReferences()
      Returns the value of the 'References' containment reference list.
      org.eclipse.emf.common.util.EList<Trait> getTraits()
      Returns the value of the 'Traits' reference list.
      boolean isGapClass()
      Returns the value of the 'Gap Class' attribute.
      boolean isNoGapClass()
      Returns the value of the 'No Gap Class' attribute.
      boolean isNotImmutable()
      Returns the value of the 'Not Immutable' attribute.
      void setGapClass​(boolean value)
      Sets the value of the 'Gap Class' attribute.
      void setNoGapClass​(boolean value)
      Sets the value of the 'No Gap Class' attribute.
      void setNotImmutable​(boolean value)
      Sets the value of the 'Not Immutable' 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

      • getTraits

        org.eclipse.emf.common.util.EList<Trait> getTraits()
        Returns the value of the 'Traits' reference list. The list contents are of type Trait.

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

        Returns:
        the value of the 'Traits' reference list.
        See Also:
        TacticdslPackage.getBasicType_Traits()
        Model:
        Generated:
      • isNotImmutable

        boolean isNotImmutable()
        Returns the value of the 'Not Immutable' attribute.

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

        Returns:
        the value of the 'Not Immutable' attribute.
        See Also:
        setNotImmutable(boolean), TacticdslPackage.getBasicType_NotImmutable()
        Model:
        Generated:
      • setNotImmutable

        void setNotImmutable​(boolean value)
        Sets the value of the 'Not Immutable' attribute.
        Parameters:
        value - the new value of the 'Not Immutable' attribute.
        See Also:
        isNotImmutable()
        Generated:
      • isGapClass

        boolean isGapClass()
        Returns the value of the 'Gap Class' attribute.

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

        Returns:
        the value of the 'Gap Class' attribute.
        See Also:
        setGapClass(boolean), TacticdslPackage.getBasicType_GapClass()
        Model:
        Generated:
      • setGapClass

        void setGapClass​(boolean value)
        Sets the value of the 'Gap Class' attribute.
        Parameters:
        value - the new value of the 'Gap Class' attribute.
        See Also:
        isGapClass()
        Generated:
      • isNoGapClass

        boolean isNoGapClass()
        Returns the value of the 'No Gap Class' attribute.

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

        Returns:
        the value of the 'No Gap Class' attribute.
        See Also:
        setNoGapClass(boolean), TacticdslPackage.getBasicType_NoGapClass()
        Model:
        Generated:
      • setNoGapClass

        void setNoGapClass​(boolean value)
        Sets the value of the 'No Gap Class' attribute.
        Parameters:
        value - the new value of the 'No Gap Class' attribute.
        See Also:
        isNoGapClass()
        Generated:
      • getAttributes

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

        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.getBasicType_Attributes()
        Model:
        containment="true"
        Generated:
      • getReferences

        org.eclipse.emf.common.util.EList<Reference> getReferences()
        Returns the value of the 'References' containment reference list. The list contents are of type Reference.

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

        Returns:
        the value of the 'References' containment reference list.
        See Also:
        TacticdslPackage.getBasicType_References()
        Model:
        containment="true"
        Generated:
      • getOperations

        org.eclipse.emf.common.util.EList<DomainObjectOperation> getOperations()
        Returns the value of the 'Operations' containment reference list. The list contents are of type DomainObjectOperation.

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

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