| 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 MdmModel |
PhysicalObject.mdmModel |
protected MdmModel |
MemberType.mdmModel |
protected MdmModel |
AttributeType.mdmModel |
protected MdmModel |
MemberType.mdmModelForQuery |
protected MdmModel |
AttributeType.mdmModelForQuery |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<MdmModel> |
DatabaseSchema.mappedToMdmModels |
protected ItemList<MdmModel> |
Database.mappedToMdmModels |
protected ItemList<MdmModel> |
HbaseNamespace.mappedToMdmModels |
| Modifier and Type | Method and Description |
|---|---|
MdmModel |
PhysicalObject.getMdmModel()
Retrieve the
mdm_model property (displayed as 'MDM Model') of the object. |
MdmModel |
MemberType.getMdmModel()
Retrieve the
mdm_model property (displayed as 'MDM Model') of the object. |
MdmModel |
AttributeType.getMdmModel()
Retrieve the
mdm_model property (displayed as 'MDM Model') of the object. |
MdmModel |
MemberType.getMdmModelForQuery()
Retrieve the
mdm_model_for_query property (displayed as 'MDM Model') of the object. |
MdmModel |
AttributeType.getMdmModelForQuery()
Retrieve the
mdm_model_for_query property (displayed as 'MDM Model') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<MdmModel> |
DatabaseSchema.getMappedToMdmModels()
Retrieve the
mapped_to_mdm_models property (displayed as 'Mapped to MDM Models') of the object. |
ItemList<MdmModel> |
Database.getMappedToMdmModels()
Retrieve the
mapped_to_mdm_models property (displayed as 'Mapped to MDM Models') of the object. |
ItemList<MdmModel> |
HbaseNamespace.getMappedToMdmModels()
Retrieve the
mapped_to_mdm_models property (displayed as 'Mapped to MDM Models') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalObject.setMdmModel(MdmModel mdmModel)
Set the
mdm_model property (displayed as MDM Model) of the object. |
void |
MemberType.setMdmModel(MdmModel mdmModel)
Set the
mdm_model property (displayed as MDM Model) of the object. |
void |
AttributeType.setMdmModel(MdmModel mdmModel)
Set the
mdm_model property (displayed as MDM Model) of the object. |
void |
MemberType.setMdmModelForQuery(MdmModel mdmModelForQuery)
Set the
mdm_model_for_query property (displayed as MDM Model) of the object. |
void |
AttributeType.setMdmModelForQuery(MdmModel mdmModelForQuery)
Set the
mdm_model_for_query property (displayed as MDM Model) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseSchema.setMappedToMdmModels(ItemList<MdmModel> mappedToMdmModels)
Set the
mapped_to_mdm_models property (displayed as Mapped to MDM Models) of the object. |
void |
Database.setMappedToMdmModels(ItemList<MdmModel> mappedToMdmModels)
Set the
mapped_to_mdm_models property (displayed as Mapped to MDM Models) of the object. |
void |
HbaseNamespace.setMappedToMdmModels(ItemList<MdmModel> mappedToMdmModels)
Set the
mapped_to_mdm_models property (displayed as Mapped to MDM Models) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.