| 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<DesignColumn> |
DesignView.designColumns |
protected ItemList<DesignColumn> |
DesignTable.designColumns |
protected ItemList<DesignColumn> |
EntityAttribute.implementedByDesignColumns |
protected ItemList<DesignColumn> |
AmazonS3DataFileField.implementsDesignColumns |
protected ItemList<DesignColumn> |
DatabaseColumn.implementsDesignColumns |
protected ItemList<DesignColumn> |
DataFileField.implementsDesignColumns |
protected ItemList<DesignColumn> |
PhysicalDomain.usedByDataItems |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DesignColumn> |
DesignView.getDesignColumns()
Retrieve the
design_columns property (displayed as 'Design Columns') of the object. |
ItemList<DesignColumn> |
DesignTable.getDesignColumns()
Retrieve the
design_columns property (displayed as 'Design Columns') of the object. |
ItemList<DesignColumn> |
EntityAttribute.getImplementedByDesignColumns()
Retrieve the
implemented_by_design_columns property (displayed as 'Implemented by Design Columns') of the object. |
ItemList<DesignColumn> |
AmazonS3DataFileField.getImplementsDesignColumns()
Retrieve the
implements_design_columns property (displayed as 'Implements Design Columns') of the object. |
ItemList<DesignColumn> |
DatabaseColumn.getImplementsDesignColumns()
Retrieve the
implements_design_columns property (displayed as 'Implements Design Columns') of the object. |
ItemList<DesignColumn> |
DataFileField.getImplementsDesignColumns()
Retrieve the
implements_design_columns property (displayed as 'Implements Design Columns') of the object. |
ItemList<DesignColumn> |
PhysicalDomain.getUsedByDataItems()
Retrieve the
used_by_data_items property (displayed as 'Used by Data Items') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DesignView.setDesignColumns(ItemList<DesignColumn> designColumns)
Set the
design_columns property (displayed as Design Columns) of the object. |
void |
DesignTable.setDesignColumns(ItemList<DesignColumn> designColumns)
Set the
design_columns property (displayed as Design Columns) of the object. |
void |
EntityAttribute.setImplementedByDesignColumns(ItemList<DesignColumn> implementedByDesignColumns)
Set the
implemented_by_design_columns property (displayed as Implemented by Design Columns) of the object. |
void |
AmazonS3DataFileField.setImplementsDesignColumns(ItemList<DesignColumn> implementsDesignColumns)
Set the
implements_design_columns property (displayed as Implements Design Columns) of the object. |
void |
DatabaseColumn.setImplementsDesignColumns(ItemList<DesignColumn> implementsDesignColumns)
Set the
implements_design_columns property (displayed as Implements Design Columns) of the object. |
void |
DataFileField.setImplementsDesignColumns(ItemList<DesignColumn> implementsDesignColumns)
Set the
implements_design_columns property (displayed as Implements Design Columns) of the object. |
void |
PhysicalDomain.setUsedByDataItems(ItemList<DesignColumn> usedByDataItems)
Set the
used_by_data_items property (displayed as Used by Data Items) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.