Share via


BooleanVariableContextVariableTypeConverter Class

public class BooleanVariableContextVariableTypeConverter
extends ContextVariableTypeConverter<java.lang.Boolean>

A ContextVariableTypeConverter<T> for Boolean variables. Use ContextVariableTypes.getDefaultVariableTypeForClass(Boolean.class) to get an instance of this class.

Constructor Summary

Constructor Description
BooleanVariableContextVariableTypeConverter()

Initializes a new instance of the BooleanVariableContextVariableTypeConverter class.

Methods inherited from ContextVariableTypeConverter

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

BooleanVariableContextVariableTypeConverter

public BooleanVariableContextVariableTypeConverter()

Initializes a new instance of the BooleanVariableContextVariableTypeConverter class.

Applies to