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

Interface EveryClause

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


    public interface EveryClause
    extends ASTNode
    A representation of the EVERY clause in a SUPPRESS clause in an XML GENERATE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getEveryClause()
    • Method Detail

      • getOption

        EveryOption getOption()
        Returns the value of the 'Option' attribute. The literals are from the enumeration EveryOption.

        The value is a representation of the keywords that are present in the EVERY clause.

        Returns:
        the value of the 'Option' attribute.
        See Also:
        EveryOption, setOption(EveryOption), COBOLPackage.getEveryClause_Option()