| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getMaxLifetime()
Returns the value of the 'Max Lifetime' containment reference.
|
DataRef |
getResource()
Returns the value of the 'Resource' containment reference.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' attribute.
|
boolean |
isTask()
Returns the value of the 'Task' attribute.
|
boolean |
isUOW()
Returns the value of the 'UOW' attribute.
|
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setMaxLifetime(DataRefOrLiteral value)
Sets the value of the '
Max Lifetime' containment reference. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setResource(DataRef value)
Sets the value of the '
Resource' containment reference. |
void |
setTask(boolean value)
Sets the value of the '
Task' attribute. |
void |
setUOW(boolean value)
Sets the value of the '
UOW' 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 getResource()
The value is a representation of the data area specified in the RESOURCE option.
setResource(DataRef),
COBOLPackage.getCicsEnqStmt_Resource()void setResource(DataRef value)
Resource' containment reference.
value - the new value of the 'Resource' containment reference.getResource()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.getCicsEnqStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRefOrLiteral getMaxLifetime()
The value is a representation of the CICS value data area specified in the MAXLIFETIME option; if that option is not used, the value is null.
setMaxLifetime(DataRefOrLiteral),
COBOLPackage.getCicsEnqStmt_MaxLifetime()void setMaxLifetime(DataRefOrLiteral value)
Max Lifetime' containment reference.
value - the new value of the 'Max Lifetime' containment reference.getMaxLifetime()boolean isUOW()
The value is true if the UOW option is used; false otherwise.
setUOW(boolean),
COBOLPackage.getCicsEnqStmt_UOW()void setUOW(boolean value)
UOW' attribute.
value - the new value of the 'UOW' attribute.isUOW()boolean isTask()
The value is true if the TASK option is used; false otherwise.
setTask(boolean),
COBOLPackage.getCicsEnqStmt_Task()void setTask(boolean value)
Task' attribute.
value - the new value of the 'Task' attribute.isTask()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsEnqStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()