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

Interface GroupDataItem

    • Method Detail

      • getSubordinateItems

        java.util.List getSubordinateItems()
        Returns the value of the 'Subordinate Items' containment reference list. The list contents are of type DataItem.

        Returns:
        the value of the 'Subordinate Items' containment reference list.
        See Also:
        COBOLPackage.getGroupDataItem_SubordinateItems()
      • getGroupUsageClause

        GroupUsageClause getGroupUsageClause()
        Returns the value of the 'Group Usage Clause' containment reference.

        The value is a representation of the GROUP-USAGE IS NATIONAL clause; if that clause is not present, the value is null.

        Returns:
        the value of the 'Group Usage Clause' containment reference.
        See Also:
        setGroupUsageClause(GroupUsageClause), COBOLPackage.getGroupDataItem_GroupUsageClause()
      • getUsageClause

        UsageClause getUsageClause()
        Returns the value of the 'Usage Clause' containment reference.

        The value is a representation of the USAGE clause; if there is no USAGE clause, the value is null.

        Returns:
        the value of the 'Usage Clause' containment reference.
        See Also:
        setUsageClause(UsageClause), COBOLPackage.getGroupDataItem_UsageClause()
      • setUsageClause

        void setUsageClause(UsageClause value)
        Sets the value of the 'Usage Clause' containment reference.
        Parameters:
        value - the new value of the 'Usage Clause' containment reference.
        See Also:
        getUsageClause()