Class CustomWrapperInputParameterVariableRouteValue
java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterVariableRouteValue
public final class CustomWrapperInputParameterVariableRouteValue
extends CustomWrapperInputParameterRouteValue
Defines the actual value returned by a
CustomWrapperInputParameter of
variable route type.-
Field Summary
Fields inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
route -
Constructor Summary
ConstructorsConstructorDescriptionCustomWrapperInputParameterVariableRouteValue(String name, com.denodo.parser.connection.VariableRoute variableRoute) -
Method Summary
Modifier and TypeMethodDescriptionReturns the content of the variable used in the variable route.Methods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
getInputStream, getRoute, getRouteType, getValue, toStringMethods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
getName
-
Constructor Details
-
CustomWrapperInputParameterVariableRouteValue
public CustomWrapperInputParameterVariableRouteValue(String name, com.denodo.parser.connection.VariableRoute variableRoute)
-
-
Method Details
-
getContent
Returns the content of the variable used in the variable route.- Returns:
- the content of the variable.
-