Interface COBOL88ElementValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
COBOL88ElementValueImpl

public interface COBOL88ElementValue
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'COBOL88 Element Value'.

The following features are supported:

See Also:
CobolPackage.getCOBOL88ElementValue()
  • Method Summary

    Modifier and Type Method Description
    String getLowerLimit()
    Returns the value of the 'Lower Limit' attribute.
    Boolean getRange()
    Returns the value of the 'Range' attribute.
    String getUpperLimit()
    Returns the value of the 'Upper Limit' attribute.
    void setLowerLimit​(String value)
    Sets the value of the 'Lower Limit' attribute.
    void setRange​(Boolean value)
    Sets the value of the 'Range' attribute.
    void setUpperLimit​(String value)
    Sets the value of the 'Upper Limit' attribute.

    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