public interface CicsReceivePartnStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsReceivePartnStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsIntoOrSetClause |
getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRef |
getPartn()
Returns the value of the 'Partn' containment reference.
|
boolean |
isAsIs()
Returns the value of the 'As Is' attribute.
|
void |
setAsIs(boolean value)
Sets the value of the '
As Is' attribute. |
void |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the '
Into Or Set Clause' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setPartn(DataRef value)
Sets the value of the '
Partn' 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
DataRef getPartn()
The value is a representation of the data area specified in the PARTN option.
setPartn(DataRef),
COBOLPackage.getCicsReceivePartnStmt_Partn()void setPartn(DataRef value)
Partn' containment reference.
value - the new value of the 'Partn' containment reference.getPartn()CicsIntoOrSetClause getIntoOrSetClause()
The value is a representation of the INTO or SET options; if those options are not set, the value is null.
setIntoOrSetClause(CicsIntoOrSetClause),
COBOLPackage.getCicsReceivePartnStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()DataRefOrLiteral getLength()
The value is a representation of the data value specified in the LENGTH option.
setLength(DataRefOrLiteral),
COBOLPackage.getCicsReceivePartnStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isAsIs()
The value is true if the ASIS option is used; false otherwise.
setAsIs(boolean),
COBOLPackage.getCicsReceivePartnStmt_AsIs()