Package org.eclipse.gmt.modisco.cobol
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 StringgetLowerLimit()Returns the value of the 'Lower Limit' attribute.BooleangetRange()Returns the value of the 'Range' attribute.StringgetUpperLimit()Returns the value of the 'Upper Limit' attribute.voidsetLowerLimit(String value)Sets the value of the 'Lower Limit' attribute.voidsetRange(Boolean value)Sets the value of the 'Range' attribute.voidsetUpperLimit(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLowerLimit
String getLowerLimit()Returns the value of the 'Lower Limit' attribute.- Returns:
- the value of the 'Lower Limit' attribute.
- See Also:
setLowerLimit(String),CobolPackage.getCOBOL88ElementValue_LowerLimit()
-
setLowerLimit
Sets the value of the 'Lower Limit' attribute.- Parameters:
value- the new value of the 'Lower Limit' attribute.- See Also:
getLowerLimit()
-
getUpperLimit
String getUpperLimit()Returns the value of the 'Upper Limit' attribute.- Returns:
- the value of the 'Upper Limit' attribute.
- See Also:
setUpperLimit(String),CobolPackage.getCOBOL88ElementValue_UpperLimit()
-
setUpperLimit
Sets the value of the 'Upper Limit' attribute.- Parameters:
value- the new value of the 'Upper Limit' attribute.- See Also:
getUpperLimit()
-
getRange
Boolean getRange()Returns the value of the 'Range' attribute.- Returns:
- the value of the 'Range' attribute.
- See Also:
setRange(Boolean),CobolPackage.getCOBOL88ElementValue_Range()
-
setRange
Sets the value of the 'Range' attribute.- Parameters:
value- the new value of the 'Range' attribute.- See Also:
getRange()
-