public interface CicsDeleteContainerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDeleteContainerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getActivity()
Returns the value of the 'Activity' containment reference.
|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
DataRefOrLiteral |
getContainer()
Returns the value of the 'Container' containment reference.
|
boolean |
isACQActivity()
Returns the value of the 'ACQ Activity' attribute.
|
boolean |
isACQProcess()
Returns the value of the 'ACQ Process' attribute.
|
boolean |
isProcess()
Returns the value of the 'Process' attribute.
|
void |
setACQActivity(boolean value)
Sets the value of the '
ACQ Activity' attribute. |
void |
setACQProcess(boolean value)
Sets the value of the '
ACQ Process' attribute. |
void |
setActivity(DataRefOrLiteral value)
Sets the value of the '
Activity' containment reference. |
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setContainer(DataRefOrLiteral value)
Sets the value of the '
Container' containment reference. |
void |
setProcess(boolean value)
Sets the value of the '
Process' 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 getContainer()
The value is a representation of the data value specified in the CONTAINER option.
setContainer(DataRefOrLiteral),
COBOLPackage.getCicsDeleteContainerStmt_Container()void setContainer(DataRefOrLiteral value)
Container' containment reference.
value - the new value of the 'Container' containment reference.getContainer()DataRefOrLiteral getActivity()
The value is a representation of the data value specified in the ACTIVITY option; if that option is not used, the value is null.
setActivity(DataRefOrLiteral),
COBOLPackage.getCicsDeleteContainerStmt_Activity()void setActivity(DataRefOrLiteral value)
Activity' containment reference.
value - the new value of the 'Activity' containment reference.getActivity()boolean isACQActivity()
The value is true if the ACQACTIVITY option is used; false otherwise.
setACQActivity(boolean),
COBOLPackage.getCicsDeleteContainerStmt_ACQActivity()void setACQActivity(boolean value)
ACQ Activity' attribute.
value - the new value of the 'ACQ Activity' attribute.isACQActivity()boolean isProcess()
The value is true if the PROCESS option is used; false otherwise.
setProcess(boolean),
COBOLPackage.getCicsDeleteContainerStmt_Process()void setProcess(boolean value)
Process' attribute.
value - the new value of the 'Process' attribute.isProcess()boolean isACQProcess()
The value is true if the ACQPROCESS option is used; false otherwise.
setACQProcess(boolean),
COBOLPackage.getCicsDeleteContainerStmt_ACQProcess()void setACQProcess(boolean value)
ACQ Process' attribute.
value - the new value of the 'ACQ Process' attribute.isACQProcess()DataRefOrLiteral getChannel()
The value is a representation of the data value specified in the CHANNEL option; if that option is not used, the value is null.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsDeleteContainerStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()