| 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<XsdForeignKey> |
XsdElement.foreignKeys |
protected ItemList<XsdForeignKey> |
XsdUniqueKey.referencedByXsdKeys |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdForeignKey> |
XsdElement.getForeignKeys()
Retrieve the
foreign_keys property (displayed as 'Foreign Keys') of the object. |
ItemList<XsdForeignKey> |
XsdUniqueKey.getReferencedByXsdKeys()
Retrieve the
referenced_by_xsd_keys property (displayed as 'Referenced by XSD Keys') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdElement.setForeignKeys(ItemList<XsdForeignKey> foreignKeys)
Set the
foreign_keys property (displayed as Foreign Keys) of the object. |
void |
XsdUniqueKey.setReferencedByXsdKeys(ItemList<XsdForeignKey> referencedByXsdKeys)
Set the
referenced_by_xsd_keys property (displayed as Referenced by XSD Keys) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.