Uses of Enum Class
gg.xp.xivsupport.persistence.settings.EnumListSetting.BadKeyBehavior
Packages that use EnumListSetting.BadKeyBehavior
-
Uses of EnumListSetting.BadKeyBehavior in gg.xp.xivsupport.persistence.settings
Methods in gg.xp.xivsupport.persistence.settings that return EnumListSetting.BadKeyBehaviorModifier 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.Constructors in gg.xp.xivsupport.persistence.settings with parameters of type EnumListSetting.BadKeyBehaviorModifierConstructorDescriptionEnumListSetting
(Class<X> enumCls, PersistenceProvider persistence, String propertyKey, EnumListSetting.BadKeyBehavior bkb, List<X> dflt)