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

Interface CicsHandleAidClause

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


    public interface CicsHandleAidClause
    extends ASTNode
    A representation of an option in the CICS HANDLE AID command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsHandleAidClause()
    • Method Detail

      • getAid

        java.lang.String getAid()
        Returns the value of the 'Aid' attribute.

        The value is the name of the option.

        Returns:
        the value of the 'Aid' attribute.
        See Also:
        setAid(String), COBOLPackage.getCicsHandleAidClause_Aid()
      • setAid

        void setAid(java.lang.String value)
        Sets the value of the 'Aid' attribute.
        Parameters:
        value - the new value of the 'Aid' attribute.
        See Also:
        getAid()
      • 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.getCicsHandleAidClause_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()