| 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 Function |
FunctionCall2.executesFunction |
protected Function |
FunctionCall.executesFunction |
protected Function |
Parameter.isReturnOfFunction |
protected Function |
Parameter.ofFunction |
protected Function |
FunctionCall2.usedInFunction |
protected Function |
FunctionCall.usedInFunction |
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionCall2.getExecutesFunction()
Retrieve the
executes_function property (displayed as 'Executes Function') of the object. |
Function |
FunctionCall.getExecutesFunction()
Retrieve the
executes_function property (displayed as 'Executes Function') of the object. |
Function |
Parameter.getIsReturnOfFunction()
Retrieve the
is_return_of_function property (displayed as 'Is Return Of Function') of the object. |
Function |
Parameter.getOfFunction()
Retrieve the
of_function property (displayed as 'Of Function') of the object. |
Function |
FunctionCall2.getUsedInFunction()
Retrieve the
used_in_function property (displayed as 'Used In Function') of the object. |
Function |
FunctionCall.getUsedInFunction()
Retrieve the
used_in_function property (displayed as 'Used In Function') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionCall2.setExecutesFunction(Function executesFunction)
Set the
executes_function property (displayed as Executes Function) of the object. |
void |
FunctionCall.setExecutesFunction(Function executesFunction)
Set the
executes_function property (displayed as Executes Function) of the object. |
void |
Parameter.setIsReturnOfFunction(Function isReturnOfFunction)
Set the
is_return_of_function property (displayed as Is Return Of Function) of the object. |
void |
Parameter.setOfFunction(Function ofFunction)
Set the
of_function property (displayed as Of Function) of the object. |
void |
FunctionCall2.setUsedInFunction(Function usedInFunction)
Set the
used_in_function property (displayed as Used In Function) of the object. |
void |
FunctionCall.setUsedInFunction(Function usedInFunction)
Set the
used_in_function property (displayed as Used In Function) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.