类 StringProperty
- java.lang.Object
-
- com.mysql.cj.conf.AbstractRuntimeProperty<String>
-
- com.mysql.cj.conf.StringProperty
-
- 所有已实现的接口:
RuntimeProperty<String>,Serializable
public class StringProperty extends AbstractRuntimeProperty<String>
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.mysql.cj.conf.RuntimeProperty
RuntimeProperty.RuntimePropertyListener
-
-
字段概要
-
从类继承的字段 com.mysql.cj.conf.AbstractRuntimeProperty
initialValue, value, wasExplicitlySet
-
-
构造器概要
构造器 限定符 构造器 说明 protectedStringProperty(PropertyDefinition<String> propertyDefinition)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetStringValue()Get internal value representation as String.-
从类继承的方法 com.mysql.cj.conf.AbstractRuntimeProperty
addListener, checkRange, getInitialValue, getPropertyDefinition, getValue, initializeFrom, initializeFrom, invokeListeners, isExplicitlySet, removeListener, resetValue, setValue, setValue, setValueInternal, setValueInternal
-
-
-
-
构造器详细资料
-
StringProperty
protected StringProperty(PropertyDefinition<String> propertyDefinition)
-
-
方法详细资料
-
getStringValue
public String getStringValue()
从接口复制的说明:RuntimePropertyGet internal value representation as String.- 指定者:
getStringValue在接口中RuntimeProperty<String>- 覆盖:
getStringValue在类中AbstractRuntimeProperty<String>- 返回:
- value
-
-