| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
UsageValues |
getUsage()
Returns the value of the 'Usage' attribute.
|
boolean |
isNative()
Returns the value of the 'Native' attribute.
|
void |
setNative(boolean value)
Sets the value of the '
Native' attribute. |
void |
setUsage(UsageValues value)
Sets the value of the '
Usage' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
UsageValues getUsage()
UsageValues.
UsageValues,
setUsage(UsageValues),
COBOLPackage.getUsageClause_Usage()void setUsage(UsageValues value)
Usage' attribute.
value - the new value of the 'Usage' attribute.UsageValues,
getUsage()boolean isNative()
Returns true if the NATIVE keyword appears in the USAGE clause; false otherwise.
setNative(boolean),
COBOLPackage.getUsageClause_Native()void setNative(boolean value)
Native' attribute.
value - the new value of the 'Native' attribute.isNative()