| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getDataRef()
Returns the value of the 'Data Ref' containment reference.
|
KeyConditionType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setDataRef(DataRef value)
Sets the value of the '
Data Ref' containment reference. |
void |
setType(KeyConditionType value)
Sets the value of the '
Type' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
KeyConditionType getType()
KeyConditionType.
KeyConditionType,
setType(KeyConditionType),
COBOLPackage.getKeyCondition_Type()void setType(KeyConditionType value)
Type' attribute.
value - the new value of the 'Type' attribute.KeyConditionType,
getType()DataRef getDataRef()
The value is the data item in the KEY phrase.
setDataRef(DataRef),
COBOLPackage.getKeyCondition_DataRef()void setDataRef(DataRef value)
Data Ref' containment reference.
value - the new value of the 'Data Ref' containment reference.getDataRef()