public interface CicsSetClause extends CicsIntoOrSetClause
The following features are supported:
COBOLPackage.getCicsSetClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getPointerReference()
Returns the value of the 'Pointer Reference' containment reference.
|
void |
setPointerReference(DataRef value)
Sets the value of the '
Pointer Reference' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getPointerReference()
The value is a representation of the pointer reference specified in the SET option.
setPointerReference(DataRef),
COBOLPackage.getCicsSetClause_PointerReference()void setPointerReference(DataRef value)
Pointer Reference' containment reference.
value - the new value of the 'Pointer Reference' containment reference.getPointerReference()