Uses of Enum
me.ulrich.koth.data.KothEnum.KothSchedulerError
Packages that use KothEnum.KothSchedulerError
-
Uses of KothEnum.KothSchedulerError in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.KothSchedulerErrorModifier and TypeMethodDescriptionstatic KothEnum.KothSchedulerErrorReturns the enum constant of this type with the specified name.static KothEnum.KothSchedulerError[]KothEnum.KothSchedulerError.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KothEnum.KothSchedulerError in me.ulrich.koth.events
Methods in me.ulrich.koth.events that return KothEnum.KothSchedulerErrorMethods in me.ulrich.koth.events with parameters of type KothEnum.KothSchedulerErrorModifier and TypeMethodDescriptionvoidKothSchedulerEventError.setError(KothEnum.KothSchedulerError error) Constructors in me.ulrich.koth.events with parameters of type KothEnum.KothSchedulerErrorModifierConstructorDescriptionKothSchedulerEventError(UUID kothUUID, KothEnum.KothSchedulerError error)