public interface CicsDeleteRIDFLDClause extends CicsDeleteTokenOrRIDFLDClause
The following features are supported:
COBOLPackage.getCicsDeleteRIDFLDClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsDeleteKeyLengthClause |
getKeyLengthClause()
Returns the value of the 'Key Length Clause' containment reference.
|
DataRef |
getRIDFLD()
Returns the value of the 'RIDFLD' containment reference.
|
void |
setKeyLengthClause(CicsDeleteKeyLengthClause value)
Sets the value of the '
Key Length Clause' containment reference. |
void |
setRIDFLD(DataRef value)
Sets the value of the '
RIDFLD' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getRIDFLD()
The value is a representation of the data area specified in the RIDFLD option.
setRIDFLD(DataRef),
COBOLPackage.getCicsDeleteRIDFLDClause_RIDFLD()void setRIDFLD(DataRef value)
RIDFLD' containment reference.
value - the new value of the 'RIDFLD' containment reference.getRIDFLD()CicsDeleteKeyLengthClause getKeyLengthClause()
The value is a representation of the options in the KEYLENGTH clause; if the KEYLENGTH clause is not used, the value is null.
setKeyLengthClause(CicsDeleteKeyLengthClause),
COBOLPackage.getCicsDeleteRIDFLDClause_KeyLengthClause()void setKeyLengthClause(CicsDeleteKeyLengthClause value)
Key Length Clause' containment reference.
value - the new value of the 'Key Length Clause' containment reference.getKeyLengthClause()