| 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<ObjectType> |
Method.objectType |
protected ItemList<ObjectType> |
Application.objectTypes |
| Modifier and Type | Method and Description |
|---|---|
ItemList<ObjectType> |
Method.getObjectType()
Retrieve the
object_type property (displayed as 'Object Type') of the object. |
ItemList<ObjectType> |
Application.getObjectTypes()
Retrieve the
object_types property (displayed as 'Object Types') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Method.setObjectType(ItemList<ObjectType> objectType)
Set the
object_type property (displayed as Object Type) of the object. |
void |
Application.setObjectTypes(ItemList<ObjectType> objectTypes)
Set the
object_types property (displayed as Object Types) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.