Interface IntLiteral

    • Method Detail

      • getValue

        int getValue()
        Returns the value of the 'Value' attribute.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(int), StoexPackage.getIntLiteral_Value()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setValue

        void setValue​(int value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated class or method.