Share via


PrimitiveBooleanVariableContextVariableTypeConverter Class

public class PrimitiveBooleanVariableContextVariableTypeConverter
extends PrimitiveVariableContextVariableTypeConverter

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

Constructor Summary

Constructor Description
PrimitiveBooleanVariableContextVariableTypeConverter()

Initializes a new instance of the PrimitiveBooleanVariableContextVariableTypeConverter class.

Methods inherited from ContextVariableTypeConverter

Methods inherited from PrimitiveVariableContextVariableTypeConverter

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

PrimitiveBooleanVariableContextVariableTypeConverter

public PrimitiveBooleanVariableContextVariableTypeConverter()

Initializes a new instance of the PrimitiveBooleanVariableContextVariableTypeConverter class.

Applies to