public interface Level88Item extends NamedElement
The following features are supported:
COBOLPackage.getLevel88Item()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getValueRanges()
Deprecated.
Use
getValues() instead.
|
java.util.List |
getValues()
Returns the value of the 'Values' containment reference list.
|
getName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getValueRanges()
getValues() instead.
LiteralValueRange.
The list contains the values specified in the VALUE clause.
COBOLPackage.getLevel88Item_ValueRanges()java.util.List getValues()
LiteralOrLiteralValueRange.
The list contains the values or value ranges specified in the VALUE clause.
COBOLPackage.getLevel88Item_Values()