| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getEntry()
Returns the value of the 'Entry' containment reference.
|
DataRef |
getFLength()
Returns the value of the 'FLength' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getProgram()
Returns the value of the 'Program' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
boolean |
isHold()
Returns the value of the 'Hold' attribute.
|
void |
setEntry(DataRef value)
Sets the value of the '
Entry' containment reference. |
void |
setFLength(DataRef value)
Sets the value of the '
FLength' containment reference. |
void |
setHold(boolean value)
Sets the value of the '
Hold' attribute. |
void |
setLength(DataRef value)
Sets the value of the '
Length' containment reference. |
void |
setProgram(DataRefOrLiteral value)
Sets the value of the '
Program' containment reference. |
void |
setSet(DataRef value)
Sets the value of the '
Set' 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
DataRefOrLiteral getProgram()
The value is a representation of the name specified in the PROGRAM option.
setProgram(DataRefOrLiteral),
COBOLPackage.getCicsLoadStmt_Program()void setProgram(DataRefOrLiteral value)
Program' containment reference.
value - the new value of the 'Program' containment reference.getProgram()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.getCicsLoadStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()DataRef getLength()
The value is a representation of the data area specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRef),
COBOLPackage.getCicsLoadStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRef getFLength()
The value is a representation of the data area specified in the FLENGTH option; if that option is not used, the value is null.
setFLength(DataRef),
COBOLPackage.getCicsLoadStmt_FLength()void setFLength(DataRef value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()DataRef getEntry()
The value is a representation of the pointer reference specified in the ENTRY option; if that option is not used, the value is null.
setEntry(DataRef),
COBOLPackage.getCicsLoadStmt_Entry()void setEntry(DataRef value)
Entry' containment reference.
value - the new value of the 'Entry' containment reference.getEntry()boolean isHold()
The value is true if the HOLD option is used; false otherwise.
setHold(boolean),
COBOLPackage.getCicsLoadStmt_Hold()