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

Interface LabelRecordsClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface LabelRecordsClause
    extends ASTNode
    A representation of the LABEL RECORDS clause of a file description entry.

    The following features are supported:

    See Also:
    COBOLPackage.getLabelRecordsClause()
    • Method Detail

      • isStandard

        boolean isStandard()
        Returns the value of the 'Standard' attribute.

        The value is true if the STANDARD keyword is present; false otherwise.

        Returns:
        the value of the 'Standard' attribute.
        See Also:
        setStandard(boolean), COBOLPackage.getLabelRecordsClause_Standard()
      • setStandard

        void setStandard(boolean value)
        Sets the value of the 'Standard' attribute.
        Parameters:
        value - the new value of the 'Standard' attribute.
        See Also:
        isStandard()
      • isOmitted

        boolean isOmitted()
        Returns the value of the 'Omitted' attribute.

        The value is true if the OMITTED keyword is present; false otherwise.

        Returns:
        the value of the 'Omitted' attribute.
        See Also:
        setOmitted(boolean), COBOLPackage.getLabelRecordsClause_Omitted()
      • setOmitted

        void setOmitted(boolean value)
        Sets the value of the 'Omitted' attribute.
        Parameters:
        value - the new value of the 'Omitted' attribute.
        See Also:
        isOmitted()
      • getUserLabelRecords

        java.util.List getUserLabelRecords()
        Returns the value of the 'User Label Records' containment reference list. The list contents are of type DataRef.

        The value is the user label records. If no user label records are specified, an empty list is returned.

        Returns:
        the value of the 'User Label Records' containment reference list.
        See Also:
        COBOLPackage.getLabelRecordsClause_UserLabelRecords()