| 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<Method> |
InputParameter.method |
protected ItemList<Method> |
OutputValue.method |
protected ItemList<Method> |
ObjectType.methods |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Method> |
InputParameter.getMethod()
Retrieve the
method property (displayed as 'Method') of the object. |
ItemList<Method> |
OutputValue.getMethod()
Retrieve the
method property (displayed as 'Method') of the object. |
ItemList<Method> |
ObjectType.getMethods()
Retrieve the
methods property (displayed as 'Methods') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
InputParameter.setMethod(ItemList<Method> method)
Set the
method property (displayed as Method) of the object. |
void |
OutputValue.setMethod(ItemList<Method> method)
Set the
method property (displayed as Method) of the object. |
void |
ObjectType.setMethods(ItemList<Method> methods)
Set the
methods property (displayed as Methods) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.