| 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<DsparameterSet> |
ParameterSet.parameters |
protected ItemList<DsparameterSet> |
ParameterSetDefinition.parameters |
protected ItemList<DsparameterSet> |
SharedContainer.parameterSets |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DsparameterSet> |
ParameterSet.getParameters()
Retrieve the
parameters property (displayed as 'Parameters') of the object. |
ItemList<DsparameterSet> |
ParameterSetDefinition.getParameters()
Retrieve the
parameters property (displayed as 'Parameters') of the object. |
ItemList<DsparameterSet> |
SharedContainer.getParameterSets()
Retrieve the
parameter_sets property (displayed as 'Parameter Sets') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterSet.setParameters(ItemList<DsparameterSet> parameters)
Set the
parameters property (displayed as Parameters) of the object. |
void |
ParameterSetDefinition.setParameters(ItemList<DsparameterSet> parameters)
Set the
parameters property (displayed as Parameters) of the object. |
void |
SharedContainer.setParameterSets(ItemList<DsparameterSet> parameterSets)
Set the
parameter_sets property (displayed as Parameter Sets) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.