public interface CicsDeleteKeyLengthClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsDeleteKeyLengthClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getKeyLength()
Returns the value of the 'Key Length' containment reference.
|
DataRef |
getNumRec()
Returns the value of the 'Num Rec' containment reference.
|
boolean |
isGeneric()
Returns the value of the 'Generic' attribute.
|
void |
setGeneric(boolean value)
Sets the value of the '
Generic' attribute. |
void |
setKeyLength(DataRefOrLiteral value)
Sets the value of the '
Key Length' containment reference. |
void |
setNumRec(DataRef value)
Sets the value of the '
Num Rec' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getKeyLength()
The value is a representation of the data value specified in the KEYLENGTH option.
setKeyLength(DataRefOrLiteral),
COBOLPackage.getCicsDeleteKeyLengthClause_KeyLength()void setKeyLength(DataRefOrLiteral value)
Key Length' containment reference.
value - the new value of the 'Key Length' containment reference.getKeyLength()boolean isGeneric()
The value is true if the GENERIC option is used; false otherwise.
setGeneric(boolean),
COBOLPackage.getCicsDeleteKeyLengthClause_Generic()void setGeneric(boolean value)
Generic' attribute.
value - the new value of the 'Generic' attribute.isGeneric()DataRef getNumRec()
The value is a representation of the data area specified in the NUMREC option; if that option is not used, the value is null.
setNumRec(DataRef),
COBOLPackage.getCicsDeleteKeyLengthClause_NumRec()void setNumRec(DataRef value)
Num Rec' containment reference.
value - the new value of the 'Num Rec' containment reference.getNumRec()