|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableTableDataItem
A representation of a variable table data item.
The following features are supported:
COBOLPackage.getVariableTableDataItem()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
AbstractDataItem |
getDependingUpon()
Returns the value of the 'Depending Upon' reference. |
int |
getMaxNumberOfElements()
Returns the value of the 'Max Number Of Elements' attribute. |
int |
getMinNumberOfElements()
Returns the value of the 'Min Number Of Elements' attribute. |
void |
setDependingUpon(AbstractDataItem value)
Sets the value of the ' Depending Upon' reference. |
void |
setMaxNumberOfElements(int value)
Sets the value of the ' Max Number Of Elements' attribute. |
void |
setMinNumberOfElements(int value)
Sets the value of the ' Min Number Of Elements' attribute. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.TableDataItem |
|---|
getIndexVars, getKeys, getTableItem, setTableItem |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.DataItem |
|---|
getConditions, getCopiedFrom, getCopiedFromUniqueID, getInitialValue, getLevel, getMaxOffsetWithinParent, getMaxSize, getRedefines, isIsFiller, setCopiedFrom, setCopiedFromUniqueID, setInitialValue, setIsFiller, setLevel, setMaxOffsetWithinParent, setMaxSize, setRedefines |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.NamedElement |
|---|
getName, setName |
| 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 |
|---|
int getMinNumberOfElements()
The value is the minimum number of elements specified in the OCCURS DEPENDING ON clause.
setMinNumberOfElements(int),
COBOLPackage.getVariableTableDataItem_MinNumberOfElements()void setMinNumberOfElements(int value)
Min Number Of Elements' attribute.
value - the new value of the 'Min Number Of Elements' attribute.getMinNumberOfElements()int getMaxNumberOfElements()
The value is the maximum number of elements specified in the OCCURS DEPENDING ON clause.
setMaxNumberOfElements(int),
COBOLPackage.getVariableTableDataItem_MaxNumberOfElements()void setMaxNumberOfElements(int value)
Max Number Of Elements' attribute.
value - the new value of the 'Max Number Of Elements' attribute.getMaxNumberOfElements()AbstractDataItem getDependingUpon()
The value is the data item specified in the DEPENDING ON phrase.
setDependingUpon(AbstractDataItem),
COBOLPackage.getVariableTableDataItem_DependingUpon()void setDependingUpon(AbstractDataItem value)
Depending Upon' reference.
value - the new value of the 'Depending Upon' reference.getDependingUpon()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||