Uses of Class
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
Packages that use CustomWrapperInputParameterValue
Package
Description
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
Provides the classes needed to deal with the value of input parameters of Custom Wrappers.
-
Uses of CustomWrapperInputParameterValue in com.denodo.vdb.engine.customwrapper
Methods in com.denodo.vdb.engine.customwrapper that return CustomWrapperInputParameterValueModifier and TypeMethodDescriptionprotected final CustomWrapperInputParameterValueAbstractCustomWrapper.getInputParameterValue(String name) Returns the actualCustomWrapperInputParameterValueassociated to theCustomWrapperInputParameterspecified by the name.Method parameters in com.denodo.vdb.engine.customwrapper with type arguments of type CustomWrapperInputParameterValueModifier and TypeMethodDescriptionfinal voidAbstractCustomWrapper.setInputParameterValues(Map<String, CustomWrapperInputParameterValue> paramValues) Sets the input parameter values with type information. -
Uses of CustomWrapperInputParameterValue in com.denodo.vdb.engine.customwrapper.input.value
Modifier and TypeClassDescriptionclassfinal classDefines the actual value returned by aCustomWrapperInputParameterof boolean type.classDefines the actual value returned by aCustomWrapperInputParameterof decimal type.final classDefines the actual value returned by aCustomWrapperInputParameterof double type.final classDefines the actual value returned by aCustomWrapperInputParameterof float type.final classDefines the actual value returned by aCustomWrapperInputParameterof FTP route type.classclassfinal classDefines the actual value returned by aCustomWrapperInputParameterof HTTP route type.final classDefines the actual value returned by aCustomWrapperInputParameterof integer type.final classDefines the actual value returned by aCustomWrapperInputParameterof local route type.final classDefines the actual value returned by aCustomWrapperInputParameterof long type.classDefines the actual value returned by aCustomWrapperInputParameterof route type.classfinal classDefines the actual value returned by aCustomWrapperInputParameterof string type.final classDefines the actual value returned by aCustomWrapperInputParameterof variable route type.