| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFLength()
Returns the value of the 'FLength' containment reference.
|
DataRefOrLiteral |
getInitImg()
Returns the value of the 'Init Img' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
boolean |
isBelow()
Returns the value of the 'Below' attribute.
|
boolean |
isCicsDataKey()
Returns the value of the 'Cics Data Key' attribute.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' attribute.
|
boolean |
isShared()
Returns the value of the 'Shared' attribute.
|
boolean |
isUserDataKey()
Returns the value of the 'User Data Key' attribute.
|
void |
setBelow(boolean value)
Sets the value of the '
Below' attribute. |
void |
setCicsDataKey(boolean value)
Sets the value of the '
Cics Data Key' attribute. |
void |
setFLength(DataRefOrLiteral value)
Sets the value of the '
FLength' containment reference. |
void |
setInitImg(DataRefOrLiteral value)
Sets the value of the '
Init Img' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setSet(DataRef value)
Sets the value of the '
Set' containment reference. |
void |
setShared(boolean value)
Sets the value of the '
Shared' attribute. |
void |
setUserDataKey(boolean value)
Sets the value of the '
User Data Key' 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
DataRef getSet()
The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.
setSet(DataRef),
COBOLPackage.getCicsGetMainStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()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.getCicsGetMainStmt_FLength()void setFLength(DataRefOrLiteral value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()boolean isBelow()
The value is true if the BELOW option is used; false otherwise.
setBelow(boolean),
COBOLPackage.getCicsGetMainStmt_Below()void setBelow(boolean value)
Below' attribute.
value - the new value of the 'Below' attribute.isBelow()DataRefOrLiteral getLength()
The value is a representation of the data value specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRefOrLiteral),
COBOLPackage.getCicsGetMainStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRefOrLiteral getInitImg()
The value is a representation of the data value specified in the INITIMG option; if that option is not used, the value is null.
setInitImg(DataRefOrLiteral),
COBOLPackage.getCicsGetMainStmt_InitImg()void setInitImg(DataRefOrLiteral value)
Init Img' containment reference.
value - the new value of the 'Init Img' containment reference.getInitImg()boolean isShared()
The value is true if the SHARED option is used; false otherwise.
setShared(boolean),
COBOLPackage.getCicsGetMainStmt_Shared()void setShared(boolean value)
Shared' attribute.
value - the new value of the 'Shared' attribute.isShared()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsGetMainStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()boolean isUserDataKey()
The value is true if the USERDATAKEY option is used; false otherwise.
setUserDataKey(boolean),
COBOLPackage.getCicsGetMainStmt_UserDataKey()void setUserDataKey(boolean value)
User Data Key' attribute.
value - the new value of the 'User Data Key' attribute.isUserDataKey()boolean isCicsDataKey()
The value is true if the CICSDATAKEY option is used; false otherwise.
setCicsDataKey(boolean),
COBOLPackage.getCicsGetMainStmt_CicsDataKey()void setCicsDataKey(boolean value)
Cics Data Key' attribute.
value - the new value of the 'Cics Data Key' attribute.isCicsDataKey()