| 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 MemberType |
CompositeView.compositeView |
protected MemberType |
Attribute.memberType |
protected MemberType |
CompositeView.memberType |
protected MemberType |
EntityType.memberType |
protected MemberType |
Attribute.memberTypeForQuery |
protected MemberType |
EntityType.memberTypeForQuery |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<MemberType> |
MdmModel.containsMemberTypes |
| Modifier and Type | Method and Description |
|---|---|
MemberType |
CompositeView.getCompositeView()
Retrieve the
composite_view property (displayed as 'Composite View') of the object. |
MemberType |
Attribute.getMemberType()
Retrieve the
member_type property (displayed as 'Member Type') of the object. |
MemberType |
CompositeView.getMemberType()
Retrieve the
member_type property (displayed as 'Member Type') of the object. |
MemberType |
EntityType.getMemberType()
Retrieve the
member_type property (displayed as 'Member Type') of the object. |
MemberType |
Attribute.getMemberTypeForQuery()
Retrieve the
member_type_for_query property (displayed as 'Member Type') of the object. |
MemberType |
EntityType.getMemberTypeForQuery()
Retrieve the
member_type_for_query property (displayed as 'Member Type') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<MemberType> |
MdmModel.getContainsMemberTypes()
Retrieve the
contains_member_types property (displayed as 'Contains Member Types') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeView.setCompositeView(MemberType compositeView)
Set the
composite_view property (displayed as Composite View) of the object. |
void |
Attribute.setMemberType(MemberType memberType)
Set the
member_type property (displayed as Member Type) of the object. |
void |
CompositeView.setMemberType(MemberType memberType)
Set the
member_type property (displayed as Member Type) of the object. |
void |
EntityType.setMemberType(MemberType memberType)
Set the
member_type property (displayed as Member Type) of the object. |
void |
Attribute.setMemberTypeForQuery(MemberType memberTypeForQuery)
Set the
member_type_for_query property (displayed as Member Type) of the object. |
void |
EntityType.setMemberTypeForQuery(MemberType memberTypeForQuery)
Set the
member_type_for_query property (displayed as Member Type) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
MdmModel.setContainsMemberTypes(ItemList<MemberType> containsMemberTypes)
Set the
contains_member_types property (displayed as Contains Member Types) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.