Property.BaseProperty<T>, Property.BooleanProperty, Property.CharsetProperty, Property.DurationInSecondsProperty, Property.DurationProperty, Property.EnumProperty<T extends Enum<T>>, Property.IntProperty, Property.LongProperty, Property.ObjectProperty, Property.StringProperty, Property.Validating<T>
Constructor and Description |
---|
BooleanProperty(String name) |
BooleanProperty(String name,
Boolean defaultValue) |
Modifier and Type | Method and Description |
---|---|
protected Boolean |
fromStorage(Object value) |
get, getDefault, getName, getOrNull, getRequired, getRequiredDefault, remove, set, toStorage, toString
public BooleanProperty(String name)
protected Boolean fromStorage(Object value)
fromStorage
in class Property.BaseProperty<Boolean>
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.