Package com.mysql.cj.conf
Class EnumProperty<T extends java.lang.Enum<T>>
java.lang.Object
com.mysql.cj.conf.AbstractRuntimeProperty<T>
com.mysql.cj.conf.EnumProperty<T>
- All Implemented Interfaces:
RuntimeProperty<T>,java.io.Serializable
public class EnumProperty<T extends java.lang.Enum<T>> extends AbstractRuntimeProperty<T>
- 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 protectedEnumProperty(PropertyDefinition<T> 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