Interface NumberValue

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xbase.XNumberLiteral getValue()
      Returns the value of the 'Value' containment reference.
      boolean isNegative()
      Returns the value of the 'Negative' attribute.
      void setNegative​(boolean value)
      Sets the value of the 'Negative' attribute.
      void setValue​(org.eclipse.xtext.xbase.XNumberLiteral value)
      Sets the value of the 'Value' containment reference.
      java.lang.String toString()
      • 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

      • setValue

        void setValue​(org.eclipse.xtext.xbase.XNumberLiteral value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
        Generated:
      • setNegative

        void setNegative​(boolean value)
        Sets the value of the 'Negative' attribute.
        Parameters:
        value - the new value of the 'Negative' attribute.
        See Also:
        isNegative()
        Generated: