public static class Property.EnumProperty<T extends Enum<T>> extends Property.BaseProperty<T>
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 |
---|
EnumProperty(String name,
Class<T> type) |
EnumProperty(String name,
Class<T> type,
T def) |
Modifier and Type | Method and Description |
---|---|
protected T |
fromStorage(Object value) |
get, getDefault, getName, getOrNull, getRequired, getRequiredDefault, remove, set, toStorage, toString
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.