| 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<PhysicalObjectAttribute> |
PhysicalObject.containsPhysicalObjectAttributes |
protected ItemList<PhysicalObjectAttribute> |
DatabaseColumn.mappedToPhysicalObjectAttributes |
| Modifier and Type | Method and Description |
|---|---|
ItemList<PhysicalObjectAttribute> |
PhysicalObject.getContainsPhysicalObjectAttributes()
Retrieve the
contains_physical_object_attributes property (displayed as 'Contains Physical Object Attributes') of the object. |
ItemList<PhysicalObjectAttribute> |
DatabaseColumn.getMappedToPhysicalObjectAttributes()
Retrieve the
mapped_to_physical_object_attributes property (displayed as 'Mapped to Physical Object Attributes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalObject.setContainsPhysicalObjectAttributes(ItemList<PhysicalObjectAttribute> containsPhysicalObjectAttributes)
Set the
contains_physical_object_attributes property (displayed as Contains Physical Object Attributes) of the object. |
void |
DatabaseColumn.setMappedToPhysicalObjectAttributes(ItemList<PhysicalObjectAttribute> mappedToPhysicalObjectAttributes)
Set the
mapped_to_physical_object_attributes property (displayed as Mapped to Physical Object Attributes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.