public interface COBOLVariableLengthArray extends COBOLFixedLengthArray
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
COBOLElement |
getDependingOn()
Returns the value of the 'Depending On' reference.
|
Integer |
getMinUpper()
Returns the value of the 'Min Upper' attribute.
|
void |
setDependingOn(COBOLElement value)
Sets the value of the '
Depending On' reference. |
void |
setMinUpper(Integer value)
Sets the value of the '
Min Upper' attribute. |
getMaxUpper, setMaxUpperInteger getMinUpper()
setMinUpper(Integer),
CobolPackage.getCOBOLVariableLengthArray_MinUpper()void setMinUpper(Integer value)
Min Upper' attribute.
value - the new value of the 'Min Upper' attribute.getMinUpper()COBOLElement getDependingOn()
setDependingOn(COBOLElement),
CobolPackage.getCOBOLVariableLengthArray_DependingOn()void setDependingOn(COBOLElement value)
Depending On' reference.
value - the new value of the 'Depending On' reference.getDependingOn()Copyright © 2018–2020 Atlanmod. All rights reserved.