| Package | Description |
|---|---|
| com.denodo.vdb.engine.customwrapper.input.type |
Provides the classes needed to deal with the data types of input parameters of Custom Wrappers.
|
| 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 |
|---|---|
static CustomWrapperInputParameterTypeFactory.RouteType |
CustomWrapperInputParameterTypeFactory.RouteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterTypeFactory.RouteType[] |
CustomWrapperInputParameterTypeFactory.RouteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.routeType(CustomWrapperInputParameterTypeFactory.RouteType[] availableRouteTypes)
Returns an instance of
CustomWrapperInputParameterType that
represents route values. |
| Modifier and Type | Method and Description |
|---|---|
CustomWrapperInputParameterTypeFactory.RouteType |
CustomWrapperInputParameterRouteValue.getRouteType()
Returns the route type of the route value.
|
Copyright © 2024 Denodo Technologies. All rights reserved.