| Package | Description |
|---|---|
| com.denodo.vdb.engine.customwrapper |
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
|
| com.denodo.vdb.engine.customwrapper.input.value |
Provides the classes needed to deal with the value of input parameters of Custom Wrappers.
|
| Modifier and Type | Method and Description |
|---|---|
protected CustomWrapperInputParameterValue |
AbstractCustomWrapper.getInputParameterValue(String name)
Returns the actual
CustomWrapperInputParameterValue associated to
the CustomWrapperInputParameter specified by the name. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCustomWrapper.setInputParameterValues(Map<String,CustomWrapperInputParameterValue> paramValues)
Sets the input parameter values with type information.
|
Copyright © 2024 Denodo Technologies. All rights reserved.