| 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 DataClassOld |
DataClassOld.isSubOfDataClass |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataClassOld> |
DataClassOld.hasSubDataClass |
| Modifier and Type | Method and Description |
|---|---|
DataClassOld |
DataClassOld.getIsSubOfDataClass()
Retrieve the
is_sub_of_data_class property (displayed as 'Is Sub Of Data Class') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataClassOld> |
DataClassOld.getHasSubDataClass()
Retrieve the
has_sub_data_class property (displayed as 'Has Sub Data Class') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataClassOld.setIsSubOfDataClass(DataClassOld isSubOfDataClass)
Set the
is_sub_of_data_class property (displayed as Is Sub Of Data Class) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataClassOld.setHasSubDataClass(ItemList<DataClassOld> hasSubDataClass)
Set the
has_sub_data_class property (displayed as Has Sub Data Class) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.