Interface LiteralCondition

  • All Superinterfaces:
    Condition, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    LiteralConditionImpl

    public interface LiteralCondition
    extends Condition
    A representation of the model object 'Literal Condition'.

    The following features are supported:

    Since:
    2.9
    See Also:
    XtextPackage.getLiteralCondition()
    Noextend:
    This interface is not intended to be extended by clients.
    Noimplement:
    This interface is not intended to be implemented by clients.
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isTrue()
      Returns the value of the 'True' attribute.
      void setTrue​(boolean value)
      Sets the value of the 'True' 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

      • isTrue

        boolean isTrue()
        Returns the value of the 'True' attribute.

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

        Returns:
        the value of the 'True' attribute.
        See Also:
        setTrue(boolean), XtextPackage.getLiteralCondition_True()
        Model:
        Generated:
      • setTrue

        void setTrue​(boolean value)
        Sets the value of the 'True' attribute.
        Parameters:
        value - the new value of the 'True' attribute.
        See Also:
        isTrue()
        Generated: