| 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 LogicalDomain |
LogicalDomain.parentDomain |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<LogicalDomain> |
LogicalDomain.childDomains |
protected ItemList<LogicalDomain> |
LogicalDataModel.logicalDomains |
| Modifier and Type | Method and Description |
|---|---|
LogicalDomain |
LogicalDomain.getParentDomain()
Retrieve the
parent_domain property (displayed as 'Parent Domain') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<LogicalDomain> |
LogicalDomain.getChildDomains()
Retrieve the
child_domains property (displayed as 'Child Domains') of the object. |
ItemList<LogicalDomain> |
LogicalDataModel.getLogicalDomains()
Retrieve the
logical_domains property (displayed as 'Logical Domains') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalDomain.setParentDomain(LogicalDomain parentDomain)
Set the
parent_domain property (displayed as Parent Domain) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalDomain.setChildDomains(ItemList<LogicalDomain> childDomains)
Set the
child_domains property (displayed as Child Domains) of the object. |
void |
LogicalDataModel.setLogicalDomains(ItemList<LogicalDomain> logicalDomains)
Set the
logical_domains property (displayed as Logical Domains) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.