public class EnumProperty<T extends Enum> extends NonStringProperty<T>
name, type
EnumProperty(Class<T> clazz)
EnumProperty(String propertyName, Class<T> clazz)
getName, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumProperty(Class<T> clazz)
public EnumProperty(String propertyName, Class<T> clazz)
Copyright © 2017 Okta. All rights reserved.