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

Interface CicsEnterTraceNumStmt

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


    public interface CicsEnterTraceNumStmt
    extends CicsStmt
    A representation of the CICS ENTER TRACENUM command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsEnterTraceNumStmt()
    • Method Detail

      • getTraceNum

        DataRefOrLiteral getTraceNum()
        Returns the value of the 'Trace Num' containment reference.

        The value is a representation of the data value specified in the TRACENUM option.

        Returns:
        the value of the 'Trace Num' containment reference.
        See Also:
        setTraceNum(DataRefOrLiteral), COBOLPackage.getCicsEnterTraceNumStmt_TraceNum()
      • setTraceNum

        void setTraceNum(DataRefOrLiteral value)
        Sets the value of the 'Trace Num' containment reference.
        Parameters:
        value - the new value of the 'Trace Num' containment reference.
        See Also:
        getTraceNum()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

        The value is a representation of the data area specified in the FROM option; if that option is not used, the value is null.

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsEnterTraceNumStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getFromLength

        DataRef getFromLength()
        Returns the value of the 'From Length' containment reference.

        The value is a representation of the data area specified in the FROMLENGTH option; if that option is not used, the value is null.

        Returns:
        the value of the 'From Length' containment reference.
        See Also:
        setFromLength(DataRef), COBOLPackage.getCicsEnterTraceNumStmt_FromLength()
      • setFromLength

        void setFromLength(DataRef value)
        Sets the value of the 'From Length' containment reference.
        Parameters:
        value - the new value of the 'From Length' containment reference.
        See Also:
        getFromLength()
      • getResource

        DataRefOrLiteral getResource()
        Returns the value of the 'Resource' containment reference.

        The value is a representation of the name specified in the RESOURCE option; if that option is not used, the value is null.

        Returns:
        the value of the 'Resource' containment reference.
        See Also:
        setResource(DataRefOrLiteral), COBOLPackage.getCicsEnterTraceNumStmt_Resource()
      • setResource

        void setResource(DataRefOrLiteral value)
        Sets the value of the 'Resource' containment reference.
        Parameters:
        value - the new value of the 'Resource' containment reference.
        See Also:
        getResource()
      • isException

        boolean isException()
        Returns the value of the 'Exception' attribute.

        The value is true if the EXCEPTION option is used; false otherwise.

        Returns:
        the value of the 'Exception' attribute.
        See Also:
        setException(boolean), COBOLPackage.getCicsEnterTraceNumStmt_Exception()
      • setException

        void setException(boolean value)
        Sets the value of the 'Exception' attribute.
        Parameters:
        value - the new value of the 'Exception' attribute.
        See Also:
        isException()