|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LiteralValueRange
A representation of a range of literal values specified in a THROUGH clause. This is also used to represent a single value; in that case, the lower limit is null and the upper limit is the value.
The following features are supported:
COBOLPackage.getLiteralValueRange()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
LiteralTypedValue |
getLowerLimit()
Returns the value of the 'Lower Limit' containment reference. |
LiteralTypedValue |
getUpperLimit()
Returns the value of the 'Upper Limit' containment reference. |
void |
setLowerLimit(LiteralTypedValue value)
Sets the value of the ' Lower Limit' containment reference. |
void |
setUpperLimit(LiteralTypedValue value)
Sets the value of the ' Upper Limit' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
LiteralTypedValue getLowerLimit()
The first literal in the THROUGH phrase.
setLowerLimit(LiteralTypedValue),
COBOLPackage.getLiteralValueRange_LowerLimit()void setLowerLimit(LiteralTypedValue value)
Lower Limit' containment reference.
value - the new value of the 'Lower Limit' containment reference.getLowerLimit()LiteralTypedValue getUpperLimit()
The second literal in the THROUGH phrase.
setUpperLimit(LiteralTypedValue),
COBOLPackage.getLiteralValueRange_UpperLimit()void setUpperLimit(LiteralTypedValue value)
Upper Limit' containment reference.
value - the new value of the 'Upper Limit' containment reference.getUpperLimit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||