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

Interface CicsHandleConditionStmt

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


    public interface CicsHandleConditionStmt
    extends CicsStmt
    A representation of the CICS HANDLE CONDITION command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsHandleConditionStmt()
    • Method Detail

      • getClauses

        java.util.List getClauses()
        Returns the value of the 'Clauses' containment reference list. The list contents are of type CicsHandleConditionClause.

        The value is a representation of the options in the command.

        Returns:
        the value of the 'Clauses' containment reference list.
        See Also:
        COBOLPackage.getCicsHandleConditionStmt_Clauses()