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

Interface CicsHandleConditionClause

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


    public interface CicsHandleConditionClause
    extends ASTNode
    A representation of an option in the CICS HANDLE CONDITION command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsHandleConditionClause()
    • Method Detail

      • getCondition

        java.lang.String getCondition()
        Returns the value of the 'Condition' attribute.

        The value is the name of the condition.

        Returns:
        the value of the 'Condition' attribute.
        See Also:
        setCondition(String), COBOLPackage.getCicsHandleConditionClause_Condition()
      • setCondition

        void setCondition(java.lang.String value)
        Sets the value of the 'Condition' attribute.
        Parameters:
        value - the new value of the 'Condition' attribute.
        See Also:
        getCondition()
      • getLabel

        SectionOrParagraph getLabel()
        Returns the value of the 'Label' reference.

        The value is a representation of the label specified in the option; if no label is specified, the value is null.

        Returns:
        the value of the 'Label' reference.
        See Also:
        setLabel(SectionOrParagraph), COBOLPackage.getCicsHandleConditionClause_Label()
      • setLabel

        void setLabel(SectionOrParagraph value)
        Sets the value of the 'Label' reference.
        Parameters:
        value - the new value of the 'Label' reference.
        See Also:
        getLabel()