| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getBy()
Returns the value of the 'By' containment reference.
|
DataCategory |
getCategory()
Returns the value of the 'Category' attribute.
|
void |
setBy(DataRefOrLiteral value)
Sets the value of the '
By' containment reference. |
void |
setCategory(DataCategory value)
Sets the value of the '
Category' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataCategory getCategory()
DataCategory.
The value is a representation of the category following the REPLACING keyword.
DataCategory,
setCategory(DataCategory),
COBOLPackage.getReplacingClause_Category()void setCategory(DataCategory value)
Category' attribute.
value - the new value of the 'Category' attribute.DataCategory,
getCategory()DataRefOrLiteral getBy()
The value is the data item or literal specified after the BY keyword.
setBy(DataRefOrLiteral),
COBOLPackage.getReplacingClause_By()void setBy(DataRefOrLiteral value)
By' containment reference.
value - the new value of the 'By' containment reference.getBy()