Package com.mysql.cj.conf
Class BooleanProperty
java.lang.Object
com.mysql.cj.conf.AbstractRuntimeProperty<java.lang.Boolean>
com.mysql.cj.conf.BooleanProperty
- All Implemented Interfaces:
RuntimeProperty<java.lang.Boolean>
,java.io.Serializable
public class BooleanProperty extends AbstractRuntimeProperty<java.lang.Boolean>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mysql.cj.conf.RuntimeProperty
RuntimeProperty.RuntimePropertyListener
-
Field Summary
Fields inherited from class com.mysql.cj.conf.AbstractRuntimeProperty
initialValue, value, wasExplicitlySet
-
Constructor Summary
Constructors Modifier Constructor Description protected
BooleanProperty(PropertyDefinition<java.lang.Boolean> propertyDefinition)
-
Method Summary
Methods inherited from class com.mysql.cj.conf.AbstractRuntimeProperty
addListener, checkRange, getInitialValue, getPropertyDefinition, getStringValue, getValue, initializeFrom, initializeFrom, invokeListeners, isExplicitlySet, removeListener, resetValue, setValue, setValue, setValueInternal, setValueInternal