Package com.mysql.cj.conf
Class StringProperty
java.lang.Object
com.mysql.cj.conf.AbstractRuntimeProperty<java.lang.String>
com.mysql.cj.conf.StringProperty
- All Implemented Interfaces:
RuntimeProperty<java.lang.String>
,java.io.Serializable
public class StringProperty extends AbstractRuntimeProperty<java.lang.String>
- 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
StringProperty(PropertyDefinition<java.lang.String> propertyDefinition)
-
Method Summary
Modifier and Type Method Description java.lang.String
getStringValue()
Get internal value representation as String.Methods inherited from class com.mysql.cj.conf.AbstractRuntimeProperty
addListener, checkRange, getInitialValue, getPropertyDefinition, getValue, initializeFrom, initializeFrom, invokeListeners, isExplicitlySet, removeListener, resetValue, setValue, setValue, setValueInternal, setValueInternal
-
Constructor Details
-
Method Details
-
getStringValue
public java.lang.String getStringValue()Description copied from interface:RuntimeProperty
Get internal value representation as String.- Specified by:
getStringValue
in interfaceRuntimeProperty<java.lang.String>
- Overrides:
getStringValue
in classAbstractRuntimeProperty<java.lang.String>
- Returns:
- value
-