| 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 ItemList<LogicalKey> |
EntityAttribute.logicalKeys |
protected ItemList<LogicalKey> |
LogicalEntity.logicalKeys |
| Modifier and Type | Method and Description |
|---|---|
ItemList<LogicalKey> |
EntityAttribute.getLogicalKeys()
Retrieve the
logical_keys property (displayed as 'Logical Keys') of the object. |
ItemList<LogicalKey> |
LogicalEntity.getLogicalKeys()
Retrieve the
logical_keys property (displayed as 'Logical Keys') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAttribute.setLogicalKeys(ItemList<LogicalKey> logicalKeys)
Set the
logical_keys property (displayed as Logical Keys) of the object. |
void |
LogicalEntity.setLogicalKeys(ItemList<LogicalKey> logicalKeys)
Set the
logical_keys property (displayed as Logical Keys) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.