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

Interface WhenClause

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


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

    The following features are supported:

    See Also:
    COBOLPackage.getWhenClause()
    • Method Detail

      • getValues

        java.util.List getValues()
        Returns the value of the 'Values' attribute list. The list contents are of type WhenValue. The literals are from the enumeration WhenValue.

        The list contains a representation of the values that are present.

        Returns:
        the value of the 'Values' attribute list.
        See Also:
        WhenValue, COBOLPackage.getWhenClause_Values()