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

Interface AlphaNumericItem

    • Method Detail

      • isJustifyRight

        boolean isJustifyRight()
        Returns the value of the 'Justify Right' attribute.

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

        Returns:
        the value of the 'Justify Right' attribute.
        See Also:
        setJustifyRight(boolean), COBOLPackage.getAlphaNumericItem_JustifyRight()
      • setJustifyRight

        void setJustifyRight(boolean value)
        Sets the value of the 'Justify Right' attribute.
        Parameters:
        value - the new value of the 'Justify Right' attribute.
        See Also:
        isJustifyRight()