com.ibm.etools.cobol.application.model.cobol

Interface Literal

    • Method Detail

      • getLit

        LiteralTypedValue getLit()
        Returns the value of the 'Lit' containment reference.

        The value is a literal typed value.

        Returns:
        the value of the 'Lit' containment reference.
        See Also:
        setLit(LiteralTypedValue), COBOLPackage.getLiteral_Lit()
      • setLit

        void setLit(LiteralTypedValue value)
        Sets the value of the 'Lit' containment reference.
        Parameters:
        value - the new value of the 'Lit' containment reference.
        See Also:
        getLit()