Package org.eclipse.gmt.modisco.cobol
Interface COBOLVariableLengthArray
- All Superinterfaces:
COBOLFixedLengthArray,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
COBOLVariableLengthArrayImpl
public interface COBOLVariableLengthArray extends COBOLFixedLengthArray
A representation of the model object 'COBOL Variable Length Array'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description COBOLElementgetDependingOn()Returns the value of the 'Depending On' reference.IntegergetMinUpper()Returns the value of the 'Min Upper' attribute.voidsetDependingOn(COBOLElement value)Sets the value of the 'Depending On' reference.voidsetMinUpper(Integer value)Sets the value of the 'Min Upper' attribute.Methods inherited from interface org.eclipse.gmt.modisco.cobol.COBOLFixedLengthArray
getMaxUpper, setMaxUpperMethods 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
-
getMinUpper
Integer getMinUpper()Returns the value of the 'Min Upper' attribute.- Returns:
- the value of the 'Min Upper' attribute.
- See Also:
setMinUpper(Integer),CobolPackage.getCOBOLVariableLengthArray_MinUpper()
-
setMinUpper
Sets the value of the 'Min Upper' attribute.- Parameters:
value- the new value of the 'Min Upper' attribute.- See Also:
getMinUpper()
-
getDependingOn
COBOLElement getDependingOn()Returns the value of the 'Depending On' reference.- Returns:
- the value of the 'Depending On' reference.
- See Also:
setDependingOn(COBOLElement),CobolPackage.getCOBOLVariableLengthArray_DependingOn()
-
setDependingOn
Sets the value of the 'Depending On' reference.- Parameters:
value- the new value of the 'Depending On' reference.- See Also:
getDependingOn()
-