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

Interface DataItemClause

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


    public interface DataItemClause
    extends ASTNode
    A representation of a data item clause in a SUPPRESS clause in an XML GENERATE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getDataItemClause()
    • Method Detail

      • getDataItem

        DataRef getDataItem()
        Returns the value of the 'Data Item' containment reference.

        The value is a reference to the data item being suppressed.

        Returns:
        the value of the 'Data Item' containment reference.
        See Also:
        setDataItem(DataRef), COBOLPackage.getDataItemClause_DataItem()
      • setDataItem

        void setDataItem(DataRef value)
        Sets the value of the 'Data Item' containment reference.
        Parameters:
        value - the new value of the 'Data Item' containment reference.
        See Also:
        getDataItem()
      • getWhenClause

        WhenClause getWhenClause()
        Returns the value of the 'When Clause' containment reference.

        The value is a representation of the WHEN clause.

        Returns:
        the value of the 'When Clause' containment reference.
        See Also:
        setWhenClause(WhenClause), COBOLPackage.getDataItemClause_WhenClause()
      • setWhenClause

        void setWhenClause(WhenClause value)
        Sets the value of the 'When Clause' containment reference.
        Parameters:
        value - the new value of the 'When Clause' containment reference.
        See Also:
        getWhenClause()