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

Interface Level01Item

    • Method Detail

      • getLevel66Items

        java.util.List getLevel66Items()
        Returns the value of the 'Level66 Items' containment reference list. The list contents are of type Level66Item.

        Returns the level 66 data items that are subordinate to the level 1 data item.

        Returns:
        the value of the 'Level66 Items' containment reference list.
        See Also:
        COBOLPackage.getLevel01Item_Level66Items()
      • isIsExternal

        boolean isIsExternal()
        Returns the value of the 'Is External' attribute.

        Returns true if the EXTERNAL clause is present; false otherwise.

        Returns:
        the value of the 'Is External' attribute.
        See Also:
        setIsExternal(boolean), COBOLPackage.getLevel01Item_IsExternal()
      • setIsExternal

        void setIsExternal(boolean value)
        Sets the value of the 'Is External' attribute.
        Parameters:
        value - the new value of the 'Is External' attribute.
        See Also:
        isIsExternal()
      • isIsGlobal

        boolean isIsGlobal()
        Returns the value of the 'Is Global' attribute.

        Returns true if the GLOBAL clause is present; false otherwise.

        Returns:
        the value of the 'Is Global' attribute.
        See Also:
        setIsGlobal(boolean), COBOLPackage.getLevel01Item_IsGlobal()
      • setIsGlobal

        void setIsGlobal(boolean value)
        Sets the value of the 'Is Global' attribute.
        Parameters:
        value - the new value of the 'Is Global' attribute.
        See Also:
        isIsGlobal()