| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected Array |
Array.nextArray |
protected Array |
Array.previousArray |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Array> |
DataItem.hasDimension |
| Modifier and Type | Method and Description |
|---|---|
Array |
Array.getNextArray()
Retrieve the
next_array property (displayed as 'Next Array') of the object. |
Array |
Array.getPreviousArray()
Retrieve the
previous_array property (displayed as 'Previous Array') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Array> |
DataItem.getHasDimension()
Retrieve the
has_dimension property (displayed as 'Has Dimension') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Array.setNextArray(Array nextArray)
Set the
next_array property (displayed as Next Array) of the object. |
void |
Array.setPreviousArray(Array previousArray)
Set the
previous_array property (displayed as Previous Array) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataItem.setHasDimension(ItemList<Array> hasDimension)
Set the
has_dimension property (displayed as Has Dimension) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.