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

Interface UnicodeItem

    • Method Detail

      • isJustifiedRight

        boolean isJustifiedRight()
        Returns the value of the 'Justified Right' attribute.

        The value is true if the JUSTIFIED clause is present; false otherwise.

        Returns:
        the value of the 'Justified Right' attribute.
        See Also:
        setJustifiedRight(boolean), COBOLPackage.getUnicodeItem_JustifiedRight()
      • setJustifiedRight

        void setJustifiedRight(boolean value)
        Sets the value of the 'Justified Right' attribute.
        Parameters:
        value - the new value of the 'Justified Right' attribute.
        See Also:
        isJustifiedRight()