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

Interface CicsSetClause

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


    public interface CicsSetClause
    extends CicsIntoOrSetClause
    A representation of the SET option in a CICS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSetClause()
    • Method Detail

      • getPointerReference

        DataRef getPointerReference()
        Returns the value of the 'Pointer Reference' containment reference.

        The value is a representation of the pointer reference specified in the SET option.

        Returns:
        the value of the 'Pointer Reference' containment reference.
        See Also:
        setPointerReference(DataRef), COBOLPackage.getCicsSetClause_PointerReference()
      • setPointerReference

        void setPointerReference(DataRef value)
        Sets the value of the 'Pointer Reference' containment reference.
        Parameters:
        value - the new value of the 'Pointer Reference' containment reference.
        See Also:
        getPointerReference()