| 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 FunctionCall2 |
Parameterval.forFunctionCall |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<FunctionCall2> |
Function.executedByFunctionCall |
protected ItemList<FunctionCall2> |
Parameterval.hasFunctionCall |
protected ItemList<FunctionCall2> |
Filterconstraint.hasFunctionCall |
protected ItemList<FunctionCall2> |
Function.hasFunctionCall |
| Modifier and Type | Method and Description |
|---|---|
FunctionCall2 |
Parameterval.getForFunctionCall()
Retrieve the
for_function_call property (displayed as 'For Function Call') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<FunctionCall2> |
Function.getExecutedByFunctionCall()
Retrieve the
executed_by_function_call property (displayed as 'Executed By Function Call') of the object. |
ItemList<FunctionCall2> |
Parameterval.getHasFunctionCall()
Retrieve the
has_function_call property (displayed as 'Has Function Call') of the object. |
ItemList<FunctionCall2> |
Filterconstraint.getHasFunctionCall()
Retrieve the
has_function_call property (displayed as 'Has Function Call') of the object. |
ItemList<FunctionCall2> |
Function.getHasFunctionCall()
Retrieve the
has_function_call property (displayed as 'Has Function Call') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameterval.setForFunctionCall(FunctionCall2 forFunctionCall)
Set the
for_function_call property (displayed as For Function Call) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setExecutedByFunctionCall(ItemList<FunctionCall2> executedByFunctionCall)
Set the
executed_by_function_call property (displayed as Executed By Function Call) of the object. |
void |
Parameterval.setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
Set the
has_function_call property (displayed as Has Function Call) of the object. |
void |
Filterconstraint.setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
Set the
has_function_call property (displayed as Has Function Call) of the object. |
void |
Function.setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
Set the
has_function_call property (displayed as Has Function Call) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.