| 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<Attribute> |
MemberType.containsAttributes |
protected ItemList<Attribute> |
AttributeType.referencedByAttributes |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Attribute> |
MemberType.getContainsAttributes()
Retrieve the
contains_attributes property (displayed as 'Contains Attributes') of the object. |
ItemList<Attribute> |
AttributeType.getReferencedByAttributes()
Retrieve the
referenced_by_attributes property (displayed as 'Referenced by Attributes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
MemberType.setContainsAttributes(ItemList<Attribute> containsAttributes)
Set the
contains_attributes property (displayed as Contains Attributes) of the object. |
void |
AttributeType.setReferencedByAttributes(ItemList<Attribute> referencedByAttributes)
Set the
referenced_by_attributes property (displayed as Referenced by Attributes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.