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

Interface CicsIgnoreConditionStmt

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


    public interface CicsIgnoreConditionStmt
    extends CicsStmt
    A representation of the CICS IGNORE CONDITION command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIgnoreConditionStmt()
    • Method Detail

      • getConditions

        java.util.List getConditions()
        Returns the value of the 'Conditions' attribute list. The list contents are of type String.

        The list contains the names of the conditions to ignore.

        Returns:
        the value of the 'Conditions' attribute list.
        See Also:
        COBOLPackage.getCicsIgnoreConditionStmt_Conditions()