| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getItem()
Returns the value of the 'Item' containment reference.
|
boolean |
isAll()
Returns the value of the 'All' attribute.
|
void |
setAll(boolean value)
Sets the value of the '
All' attribute. |
void |
setItem(DataRefOrLiteral value)
Sets the value of the '
Item' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isAll()
The value is true if the ALL keyword is present; false otherwise.
setAll(boolean),
COBOLPackage.getUnstringDelimiter_All()void setAll(boolean value)
All' attribute.
value - the new value of the 'All' attribute.isAll()DataRefOrLiteral getItem()
The value is the data item or literal that is the delimiter.
setItem(DataRefOrLiteral),
COBOLPackage.getUnstringDelimiter_Item()void setItem(DataRefOrLiteral value)
Item' containment reference.
value - the new value of the 'Item' containment reference.getItem()