Class CustomWrapperInputParameterValue
java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
- Direct Known Subclasses:
CustomWrapperInputParameterBooleanValue
,CustomWrapperInputParameterDecimalValue
,CustomWrapperInputParameterDoubleValue
,CustomWrapperInputParameterFloatValue
,CustomWrapperInputParameterIntegerValue
,CustomWrapperInputParameterLongValue
,CustomWrapperInputParameterRouteValue
,CustomWrapperInputParameterStringValue
Defines the actual value of the
CustomWrapperInputParameter
.-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of theCustomWrapperInputParameter
which this value belongs to.abstract Object
getValue()
Returns the actual value of theCustomWrapperInputParameter
.
-
Method Details
-
getName
Returns the name of theCustomWrapperInputParameter
which this value belongs to.- Returns:
- the name of the
CustomWrapperInputParameter
which this value belongs to.
-
getValue
Returns the actual value of theCustomWrapperInputParameter
. Subclasses may return a more specific value.- Returns:
- the actual value of the
CustomWrapperInputParameter
.
-