Interface AbstractElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCardinality()
      Returns the value of the 'Cardinality' attribute.
      boolean isFirstSetPredicated()
      Returns the value of the 'First Set Predicated' attribute.
      boolean isPredicated()
      Returns the value of the 'Predicated' attribute.
      void setCardinality​(java.lang.String value)
      Sets the value of the 'Cardinality' attribute.
      void setFirstSetPredicated​(boolean value)
      Sets the value of the 'First Set Predicated' attribute.
      void setPredicated​(boolean value)
      Sets the value of the 'Predicated' 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

      • getCardinality

        java.lang.String getCardinality()
        Returns the value of the 'Cardinality' attribute.

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

        Returns:
        the value of the 'Cardinality' attribute.
        See Also:
        setCardinality(String), XtextPackage.getAbstractElement_Cardinality()
        Model:
        Generated:
      • setCardinality

        void setCardinality​(java.lang.String value)
        Sets the value of the 'Cardinality' attribute.
        Parameters:
        value - the new value of the 'Cardinality' attribute.
        See Also:
        getCardinality()
        Generated:
      • isPredicated

        boolean isPredicated()
        Returns the value of the 'Predicated' attribute.

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

        Returns:
        the value of the 'Predicated' attribute.
        See Also:
        setPredicated(boolean), XtextPackage.getAbstractElement_Predicated()
        Model:
        Generated:
      • setPredicated

        void setPredicated​(boolean value)
        Sets the value of the 'Predicated' attribute.
        Parameters:
        value - the new value of the 'Predicated' attribute.
        See Also:
        isPredicated()
        Generated:
      • isFirstSetPredicated

        boolean isFirstSetPredicated()
        Returns the value of the 'First Set Predicated' attribute.

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

        Returns:
        the value of the 'First Set Predicated' attribute.
        Since:
        2.6
        See Also:
        setFirstSetPredicated(boolean), XtextPackage.getAbstractElement_FirstSetPredicated()
        Model:
        Generated:
      • setFirstSetPredicated

        void setFirstSetPredicated​(boolean value)
        Sets the value of the 'First Set Predicated' attribute.
        Parameters:
        value - the new value of the 'First Set Predicated' attribute.
        Since:
        2.6
        See Also:
        isFirstSetPredicated()
        Generated: