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 theCustomWrapperInputParameterwhich this value belongs to.abstract ObjectgetValue()Returns the actual value of theCustomWrapperInputParameter.
-
Method Details
-
getName
Returns the name of theCustomWrapperInputParameterwhich this value belongs to.- Returns:
- the name of the
CustomWrapperInputParameterwhich 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.
-