| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getLogMode()
Returns the value of the 'Log Mode' containment reference.
|
DataRefOrLiteral |
getLUName()
Returns the value of the 'LU Name' containment reference.
|
boolean |
isLogonLogMode()
Returns the value of the 'Logon Log Mode' attribute.
|
boolean |
isNoQuiesce()
Returns the value of the 'No Quiesce' attribute.
|
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setLogMode(DataRefOrLiteral value)
Sets the value of the '
Log Mode' containment reference. |
void |
setLogonLogMode(boolean value)
Sets the value of the '
Logon Log Mode' attribute. |
void |
setLUName(DataRefOrLiteral value)
Sets the value of the '
LU Name' containment reference. |
void |
setNoQuiesce(boolean value)
Sets the value of the '
No Quiesce' 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 getLUName()
The value is a representation of the name specified in the LUNAME option.
setLUName(DataRefOrLiteral),
COBOLPackage.getCicsIssuePassStmt_LUName()void setLUName(DataRefOrLiteral value)
LU Name' containment reference.
value - the new value of the 'LU Name' containment reference.getLUName()DataRef getFrom()
The value is a representation of the data area specified in the FROM option; if that option is not used, the value is null.
setFrom(DataRef),
COBOLPackage.getCicsIssuePassStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()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.getCicsIssuePassStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRefOrLiteral getLogMode()
The value is a representation of the data value specified in the LOGMODE option; if that option is not used, the value is null.
setLogMode(DataRefOrLiteral),
COBOLPackage.getCicsIssuePassStmt_LogMode()void setLogMode(DataRefOrLiteral value)
Log Mode' containment reference.
value - the new value of the 'Log Mode' containment reference.getLogMode()boolean isLogonLogMode()
The value is true if the LOGONLOGMODE option is used; false otherwise.
setLogonLogMode(boolean),
COBOLPackage.getCicsIssuePassStmt_LogonLogMode()void setLogonLogMode(boolean value)
Logon Log Mode' attribute.
value - the new value of the 'Logon Log Mode' attribute.isLogonLogMode()boolean isNoQuiesce()
The value is true if the NOQUIESCE option is used; false otherwise.
setNoQuiesce(boolean),
COBOLPackage.getCicsIssuePassStmt_NoQuiesce()void setNoQuiesce(boolean value)
No Quiesce' attribute.
value - the new value of the 'No Quiesce' attribute.isNoQuiesce()