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

Interface DataItem

    • Method Detail

      • getLevel

        int getLevel()
        Returns the value of the 'Level' attribute.

        Returns:
        the value of the 'Level' attribute.
        See Also:
        setLevel(int), COBOLPackage.getDataItem_Level()
      • setLevel

        void setLevel(int value)
        Sets the value of the 'Level' attribute.
        Parameters:
        value - the new value of the 'Level' attribute.
        See Also:
        getLevel()
      • isIsFiller

        boolean isIsFiller()
        Returns the value of the 'Is Filler' attribute.

        The value is true if FILLER is the name of the data item; false otherwise.

        Returns:
        the value of the 'Is Filler' attribute.
        See Also:
        setIsFiller(boolean), COBOLPackage.getDataItem_IsFiller()
      • setIsFiller

        void setIsFiller(boolean value)
        Sets the value of the 'Is Filler' attribute.
        Parameters:
        value - the new value of the 'Is Filler' attribute.
        See Also:
        isIsFiller()
      • getRedefines

        DataItem getRedefines()
        Returns the value of the 'Redefines' reference.

        The value is the data item specified in the REDEFINES clause.

        Returns:
        the value of the 'Redefines' reference.
        See Also:
        setRedefines(DataItem), COBOLPackage.getDataItem_Redefines()
      • setRedefines

        void setRedefines(DataItem value)
        Sets the value of the 'Redefines' reference.
        Parameters:
        value - the new value of the 'Redefines' reference.
        See Also:
        getRedefines()
      • getConditions

        java.util.List getConditions()
        Returns the value of the 'Conditions' containment reference list. The list contents are of type Level88Item.

        The list contents are the level 88 data items subordinate to this data item.

        Returns:
        the value of the 'Conditions' containment reference list.
        See Also:
        COBOLPackage.getDataItem_Conditions()
      • getInitialValue

        LiteralTypedValue getInitialValue()
        Returns the value of the 'Initial Value' containment reference.

        The value is the literal specified in the VALUE clause.

        Returns:
        the value of the 'Initial Value' containment reference.
        See Also:
        setInitialValue(LiteralTypedValue), COBOLPackage.getDataItem_InitialValue()
      • getCopiedFrom

        com.ibm.etools.cobol.application.model.cobol.CopybookItem getCopiedFrom()
      • setCopiedFrom

        void setCopiedFrom(com.ibm.etools.cobol.application.model.cobol.CopybookItem value)
      • getCopiedFromUniqueID

        java.lang.String getCopiedFromUniqueID()
      • setCopiedFromUniqueID

        void setCopiedFromUniqueID(java.lang.String value)
      • getMaxSize

        int getMaxSize()
      • setMaxSize

        void setMaxSize(int value)
      • getMaxOffsetWithinParent

        int getMaxOffsetWithinParent()
      • setMaxOffsetWithinParent

        void setMaxOffsetWithinParent(int value)
      • isVolatile

        boolean isVolatile()
        Returns the value of the 'Volatile' attribute.

        If the meaning of the 'Volatile' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Volatile' attribute.
        See Also:
        setVolatile(boolean), COBOLPackage.getDataItem_Volatile()
      • setVolatile

        void setVolatile(boolean value)
        Sets the value of the 'Volatile' attribute.
        Parameters:
        value - the new value of the 'Volatile' attribute.
        See Also:
        isVolatile()