| 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 DataItemValue |
Customattributedef.hasDataValues |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataItemValue> |
DataItem.validatedByDataValues |
protected ItemList<DataItemValue> |
ValidValueList.validValues |
| Modifier and Type | Method and Description |
|---|---|
DataItemValue |
Customattributedef.getHasDataValues()
Retrieve the
has_data_values property (displayed as 'Has Data Values') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataItemValue> |
DataItem.getValidatedByDataValues()
Retrieve the
validated_by_data_values property (displayed as 'Validated By Data Values') of the object. |
ItemList<DataItemValue> |
ValidValueList.getValidValues()
Retrieve the
valid_values property (displayed as 'Valid Values') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Customattributedef.setHasDataValues(DataItemValue hasDataValues)
Set the
has_data_values property (displayed as Has Data Values) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataItem.setValidatedByDataValues(ItemList<DataItemValue> validatedByDataValues)
Set the
validated_by_data_values property (displayed as Validated By Data Values) of the object. |
void |
ValidValueList.setValidValues(ItemList<DataItemValue> validValues)
Set the
valid_values property (displayed as Valid Values) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.