Uses of Enum Class
gg.xp.xivsupport.persistence.settings.EnumListSetting.BadKeyBehavior
-
Uses of EnumListSetting.BadKeyBehavior in gg.xp.xivsupport.persistence.settings
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EnumListSetting.BadKeyBehavior[]
EnumListSetting.BadKeyBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionEnumListSetting
(Class<X> enumCls, PersistenceProvider persistence, String propertyKey, EnumListSetting.BadKeyBehavior bkb, List<X> dflt)