| 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<DesignKey> |
DesignView.designKeys |
protected ItemList<DesignKey> |
DesignTable.designKeys |
protected ItemList<DesignKey> |
DesignColumn.includedInDesignKey |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DesignKey> |
DesignView.getDesignKeys()
Retrieve the
design_keys property (displayed as 'Design Keys') of the object. |
ItemList<DesignKey> |
DesignTable.getDesignKeys()
Retrieve the
design_keys property (displayed as 'Design Keys') of the object. |
ItemList<DesignKey> |
DesignColumn.getIncludedInDesignKey()
Retrieve the
included_in_design_key property (displayed as 'Design Key') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DesignView.setDesignKeys(ItemList<DesignKey> designKeys)
Set the
design_keys property (displayed as Design Keys) of the object. |
void |
DesignTable.setDesignKeys(ItemList<DesignKey> designKeys)
Set the
design_keys property (displayed as Design Keys) of the object. |
void |
DesignColumn.setIncludedInDesignKey(ItemList<DesignKey> includedInDesignKey)
Set the
included_in_design_key property (displayed as Design Key) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.