public interface CicsDumpTransactionStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDumpTransactionStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDumpCode()
Returns the value of the 'Dump Code' containment reference.
|
DataRef |
getDumpId()
Returns the value of the 'Dump Id' containment reference.
|
CicsDumpTransactionFromClause |
getFromClause()
Returns the value of the 'From Clause' containment reference.
|
CicsDumpTransactionSegmentListClause |
getSegmentListClause()
Returns the value of the 'Segment List Clause' containment reference.
|
boolean |
isComplete()
Returns the value of the 'Complete' attribute.
|
boolean |
isFCT()
Returns the value of the 'FCT' attribute.
|
boolean |
isPCT()
Returns the value of the 'PCT' attribute.
|
boolean |
isPPT()
Returns the value of the 'PPT' attribute.
|
boolean |
isProgram()
Returns the value of the 'Program' attribute.
|
boolean |
isSIT()
Returns the value of the 'SIT' attribute.
|
boolean |
isStorage()
Returns the value of the 'Storage' attribute.
|
boolean |
isTables()
Returns the value of the 'Tables' attribute.
|
boolean |
isTask()
Returns the value of the 'Task' attribute.
|
boolean |
isTCT()
Returns the value of the 'TCT' attribute.
|
boolean |
isTerminal()
Returns the value of the 'Terminal' attribute.
|
boolean |
isTRT()
Returns the value of the 'TRT' attribute.
|
void |
setComplete(boolean value)
Sets the value of the '
Complete' attribute. |
void |
setDumpCode(DataRefOrLiteral value)
Sets the value of the '
Dump Code' containment reference. |
void |
setDumpId(DataRef value)
Sets the value of the '
Dump Id' containment reference. |
void |
setFCT(boolean value)
Sets the value of the '
FCT' attribute. |
void |
setFromClause(CicsDumpTransactionFromClause value)
Sets the value of the '
From Clause' containment reference. |
void |
setPCT(boolean value)
Sets the value of the '
PCT' attribute. |
void |
setPPT(boolean value)
Sets the value of the '
PPT' attribute. |
void |
setProgram(boolean value)
Sets the value of the '
Program' attribute. |
void |
setSegmentListClause(CicsDumpTransactionSegmentListClause value)
Sets the value of the '
Segment List Clause' containment reference. |
void |
setSIT(boolean value)
Sets the value of the '
SIT' attribute. |
void |
setStorage(boolean value)
Sets the value of the '
Storage' attribute. |
void |
setTables(boolean value)
Sets the value of the '
Tables' attribute. |
void |
setTask(boolean value)
Sets the value of the '
Task' attribute. |
void |
setTCT(boolean value)
Sets the value of the '
TCT' attribute. |
void |
setTerminal(boolean value)
Sets the value of the '
Terminal' attribute. |
void |
setTRT(boolean value)
Sets the value of the '
TRT' attribute. |
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 getDumpCode()
The value is a representation of the name specified in the DUMPCODE option.
setDumpCode(DataRefOrLiteral),
COBOLPackage.getCicsDumpTransactionStmt_DumpCode()void setDumpCode(DataRefOrLiteral value)
Dump Code' containment reference.
value - the new value of the 'Dump Code' containment reference.getDumpCode()CicsDumpTransactionFromClause getFromClause()
The value is a representation of the FROM clause; if that clause is not used, the value is null.
setFromClause(CicsDumpTransactionFromClause),
COBOLPackage.getCicsDumpTransactionStmt_FromClause()void setFromClause(CicsDumpTransactionFromClause value)
From Clause' containment reference.
value - the new value of the 'From Clause' containment reference.getFromClause()boolean isComplete()
The value is true if the COMPLETE option is used; false otherwise.
setComplete(boolean),
COBOLPackage.getCicsDumpTransactionStmt_Complete()void setComplete(boolean value)
Complete' attribute.
value - the new value of the 'Complete' attribute.isComplete()boolean isTRT()
The value is true if the TRT option is used; false otherwise.
setTRT(boolean),
COBOLPackage.getCicsDumpTransactionStmt_TRT()void setTRT(boolean value)
TRT' attribute.
value - the new value of the 'TRT' attribute.isTRT()CicsDumpTransactionSegmentListClause getSegmentListClause()
The value is true if the SEGMENTLIST clause is used; if that clause is not used, the value is null.
setSegmentListClause(CicsDumpTransactionSegmentListClause),
COBOLPackage.getCicsDumpTransactionStmt_SegmentListClause()void setSegmentListClause(CicsDumpTransactionSegmentListClause value)
Segment List Clause' containment reference.
value - the new value of the 'Segment List Clause' containment reference.getSegmentListClause()boolean isTask()
The value is true if the TASK option is used; false otherwise.
setTask(boolean),
COBOLPackage.getCicsDumpTransactionStmt_Task()void setTask(boolean value)
Task' attribute.
value - the new value of the 'Task' attribute.isTask()boolean isStorage()
The value is true if the STORAGE option is used; false otherwise.
setStorage(boolean),
COBOLPackage.getCicsDumpTransactionStmt_Storage()void setStorage(boolean value)
Storage' attribute.
value - the new value of the 'Storage' attribute.isStorage()boolean isProgram()
The value is true if the PROGRAM option is used; false otherwise.
setProgram(boolean),
COBOLPackage.getCicsDumpTransactionStmt_Program()void setProgram(boolean value)
Program' attribute.
value - the new value of the 'Program' attribute.isProgram()boolean isTerminal()
The value is true if the TERMINAL option is used; false otherwise.
setTerminal(boolean),
COBOLPackage.getCicsDumpTransactionStmt_Terminal()void setTerminal(boolean value)
Terminal' attribute.
value - the new value of the 'Terminal' attribute.isTerminal()boolean isTables()
The value is true if the TABLES option is used; false otherwise.
setTables(boolean),
COBOLPackage.getCicsDumpTransactionStmt_Tables()void setTables(boolean value)
Tables' attribute.
value - the new value of the 'Tables' attribute.isTables()boolean isFCT()
The value is true if the FCT option is used; false otherwise.
setFCT(boolean),
COBOLPackage.getCicsDumpTransactionStmt_FCT()void setFCT(boolean value)
FCT' attribute.
value - the new value of the 'FCT' attribute.isFCT()boolean isPCT()
The value is true if the PCT option is used; false otherwise.
setPCT(boolean),
COBOLPackage.getCicsDumpTransactionStmt_PCT()void setPCT(boolean value)
PCT' attribute.
value - the new value of the 'PCT' attribute.isPCT()boolean isPPT()
The value is true if the PPT option is used; false otherwise.
setPPT(boolean),
COBOLPackage.getCicsDumpTransactionStmt_PPT()void setPPT(boolean value)
PPT' attribute.
value - the new value of the 'PPT' attribute.isPPT()boolean isSIT()
The value is true if the SIT option is used; false otherwise.
setSIT(boolean),
COBOLPackage.getCicsDumpTransactionStmt_SIT()void setSIT(boolean value)
SIT' attribute.
value - the new value of the 'SIT' attribute.isSIT()boolean isTCT()
The value is true if the TCT option is used; false otherwise.
setTCT(boolean),
COBOLPackage.getCicsDumpTransactionStmt_TCT()void setTCT(boolean value)
TCT' attribute.
value - the new value of the 'TCT' attribute.isTCT()DataRef getDumpId()
The value is a representation of the data area specified in the DUMPID option; if that option is not used, the value is null.
setDumpId(DataRef),
COBOLPackage.getCicsDumpTransactionStmt_DumpId()void setDumpId(DataRef value)
Dump Id' containment reference.
value - the new value of the 'Dump Id' containment reference.getDumpId()