Class CustomWrapperInputParameterBooleanValue
java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterBooleanValue
Defines the actual value returned by a
CustomWrapperInputParameter
of boolean type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the actual value of theCustomWrapperInputParameterType
toString()
Methods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
getName
-
Constructor Details
-
CustomWrapperInputParameterBooleanValue
-
-
Method Details
-
getValue
Returns the actual value of theCustomWrapperInputParameterType
- Specified by:
getValue
in classCustomWrapperInputParameterValue
- Returns:
- the actual value of the
CustomWrapperInputParameterType
-
toString
-