public interface CicsEnterTraceNumStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsEnterTraceNumStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRef |
getFromLength()
Returns the value of the 'From Length' containment reference.
|
DataRefOrLiteral |
getResource()
Returns the value of the 'Resource' containment reference.
|
DataRefOrLiteral |
getTraceNum()
Returns the value of the 'Trace Num' containment reference.
|
boolean |
isException()
Returns the value of the 'Exception' attribute.
|
void |
setException(boolean value)
Sets the value of the '
Exception' attribute. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setFromLength(DataRef value)
Sets the value of the '
From Length' containment reference. |
void |
setResource(DataRefOrLiteral value)
Sets the value of the '
Resource' containment reference. |
void |
setTraceNum(DataRefOrLiteral value)
Sets the value of the '
Trace Num' containment reference. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getTraceNum()
The value is a representation of the data value specified in the TRACENUM option.
setTraceNum(DataRefOrLiteral),
COBOLPackage.getCicsEnterTraceNumStmt_TraceNum()void setTraceNum(DataRefOrLiteral value)
Trace Num' containment reference.
value - the new value of the 'Trace Num' containment reference.getTraceNum()DataRef getFrom()
The value is a representation of the data area specified in the FROM option; if that option is not used, the value is null.
setFrom(DataRef),
COBOLPackage.getCicsEnterTraceNumStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRef getFromLength()
The value is a representation of the data area specified in the FROMLENGTH option; if that option is not used, the value is null.
setFromLength(DataRef),
COBOLPackage.getCicsEnterTraceNumStmt_FromLength()void setFromLength(DataRef value)
From Length' containment reference.
value - the new value of the 'From Length' containment reference.getFromLength()DataRefOrLiteral getResource()
The value is a representation of the name specified in the RESOURCE option; if that option is not used, the value is null.
setResource(DataRefOrLiteral),
COBOLPackage.getCicsEnterTraceNumStmt_Resource()void setResource(DataRefOrLiteral value)
Resource' containment reference.
value - the new value of the 'Resource' containment reference.getResource()boolean isException()
The value is true if the EXCEPTION option is used; false otherwise.
setException(boolean),
COBOLPackage.getCicsEnterTraceNumStmt_Exception()void setException(boolean value)
Exception' attribute.
value - the new value of the 'Exception' attribute.isException()