public interface CicsPutContainerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsPutContainerStmt()| 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.
|
DataRefOrLiteral |
getDataType()
Returns the value of the 'Data Type' containment reference.
|
DataRefOrLiteral |
getFLength()
Returns the value of the 'FLength' containment reference.
|
DataRefOrLiteral |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getFromCCSId()
Returns the value of the 'From CCS Id' containment reference.
|
DataRefOrLiteral |
getFromCodePage()
Returns the value of the 'From Code Page' containment reference.
|
boolean |
isACQActivity()
Returns the value of the 'ACQ Activity' attribute.
|
boolean |
isACQProcess()
Returns the value of the 'ACQ Process' attribute.
|
boolean |
isAppend()
Returns the value of the 'Append' attribute.
|
boolean |
isBit()
Returns the value of the 'Bit' attribute.
|
boolean |
isChar()
Returns the value of the 'Char' 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 |
setAppend(boolean value)
Sets the value of the '
Append' attribute. |
void |
setBit(boolean value)
Sets the value of the '
Bit' attribute. |
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setChar(boolean value)
Sets the value of the '
Char' attribute. |
void |
setContainer(DataRefOrLiteral value)
Sets the value of the '
Container' containment reference. |
void |
setDataType(DataRefOrLiteral value)
Sets the value of the '
Data Type' containment reference. |
void |
setFLength(DataRefOrLiteral value)
Sets the value of the '
FLength' containment reference. |
void |
setFrom(DataRefOrLiteral value)
Sets the value of the '
From' containment reference. |
void |
setFromCCSId(DataRefOrLiteral value)
Sets the value of the '
From CCS Id' containment reference. |
void |
setFromCodePage(DataRefOrLiteral value)
Sets the value of the '
From Code Page' 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.getCicsPutContainerStmt_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.getCicsPutContainerStmt_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.getCicsPutContainerStmt_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.getCicsPutContainerStmt_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.getCicsPutContainerStmt_ACQProcess()void setACQProcess(boolean value)
ACQ Process' attribute.
value - the new value of the 'ACQ Process' attribute.isACQProcess()DataRefOrLiteral getFrom()
The value is a representation of the data value specified in the FROM option.
setFrom(DataRefOrLiteral),
COBOLPackage.getCicsPutContainerStmt_From()void setFrom(DataRefOrLiteral value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getFLength()
The value is a representation of the data value specified in the FLENGTH option; if that option is not used, the value is null.
setFLength(DataRefOrLiteral),
COBOLPackage.getCicsPutContainerStmt_FLength()void setFLength(DataRefOrLiteral value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()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.getCicsPutContainerStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()boolean isBit()
The value is true if the BIT option is used; false otherwise.
setBit(boolean),
COBOLPackage.getCicsPutContainerStmt_Bit()void setBit(boolean value)
Bit' attribute.
value - the new value of the 'Bit' attribute.isBit()DataRefOrLiteral getDataType()
The value is a representation of the CICS value data area specified in the DATATYPE option; if that option is not used, the value is null.
setDataType(DataRefOrLiteral),
COBOLPackage.getCicsPutContainerStmt_DataType()void setDataType(DataRefOrLiteral value)
Data Type' containment reference.
value - the new value of the 'Data Type' containment reference.getDataType()boolean isChar()
The value is true if the CHAR option is used; false otherwise.
setChar(boolean),
COBOLPackage.getCicsPutContainerStmt_Char()void setChar(boolean value)
Char' attribute.
value - the new value of the 'Char' attribute.isChar()DataRefOrLiteral getFromCCSId()
The value is a representation of the data value specified in the FROMCCSID option; if that option is not used, the value is null.
setFromCCSId(DataRefOrLiteral),
COBOLPackage.getCicsPutContainerStmt_FromCCSId()void setFromCCSId(DataRefOrLiteral value)
From CCS Id' containment reference.
value - the new value of the 'From CCS Id' containment reference.getFromCCSId()DataRefOrLiteral getFromCodePage()
The value is a representation of the data value specified in the FROMCODEPAGE option; if that option is not used, the value is null.
setFromCodePage(DataRefOrLiteral),
COBOLPackage.getCicsPutContainerStmt_FromCodePage()void setFromCodePage(DataRefOrLiteral value)
From Code Page' containment reference.
value - the new value of the 'From Code Page' containment reference.getFromCodePage()boolean isAppend()
The value is true if the APPEND option is used; false otherwise.
setAppend(boolean),
COBOLPackage.getCicsPutContainerStmt_Append()void setAppend(boolean value)
Append' attribute.
value - the new value of the 'Append' attribute.isAppend()