| 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 AttributeType |
AttributeTypeField.attributeType |
protected AttributeType |
AttributeTypeField.attributeTypeForQuery |
protected AttributeType |
Attribute.referencesAttributeTypes |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<AttributeType> |
MdmModel.containsAttributesTypes |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
AttributeTypeField.getAttributeType()
Retrieve the
attribute_type property (displayed as 'Attribute Type') of the object. |
AttributeType |
AttributeTypeField.getAttributeTypeForQuery()
Retrieve the
attribute_type_for_query property (displayed as 'Attribute Type') of the object. |
AttributeType |
Attribute.getReferencesAttributeTypes()
Retrieve the
references_attribute_types property (displayed as 'References Attribute Types') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<AttributeType> |
MdmModel.getContainsAttributesTypes()
Retrieve the
contains_attributes_types property (displayed as 'Contains Attributes Types') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTypeField.setAttributeType(AttributeType attributeType)
Set the
attribute_type property (displayed as Attribute Type) of the object. |
void |
AttributeTypeField.setAttributeTypeForQuery(AttributeType attributeTypeForQuery)
Set the
attribute_type_for_query property (displayed as Attribute Type) of the object. |
void |
Attribute.setReferencesAttributeTypes(AttributeType referencesAttributeTypes)
Set the
references_attribute_types property (displayed as References Attribute Types) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
MdmModel.setContainsAttributesTypes(ItemList<AttributeType> containsAttributesTypes)
Set the
contains_attributes_types property (displayed as Contains Attributes Types) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.