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

Interface GenericClause

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


    public interface GenericClause
    extends ASTNode
    A representation of a generic clause in a SUPPRESS clause in an XML GENERATE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getGenericClause()
    • Method Detail

      • getEveryClause

        EveryClause getEveryClause()
        Returns the value of the 'Every Clause' containment reference.

        The value is a representation of the EVERY clause if one is present; null otherwise.

        Returns:
        the value of the 'Every Clause' containment reference.
        See Also:
        setEveryClause(EveryClause), COBOLPackage.getGenericClause_EveryClause()
      • setEveryClause

        void setEveryClause(EveryClause value)
        Sets the value of the 'Every Clause' containment reference.
        Parameters:
        value - the new value of the 'Every Clause' containment reference.
        See Also:
        getEveryClause()
      • 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.getGenericClause_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()