Uses of Enum Class
zombie.radio.globals.RadioGlobalType
Packages that use RadioGlobalType
-
Uses of RadioGlobalType in zombie.radio.globals
Subclasses with type arguments of type RadioGlobalType in zombie.radio.globalsFields in zombie.radio.globals declared as RadioGlobalTypeMethods in zombie.radio.globals that return RadioGlobalTypeModifier and TypeMethodDescriptionfinal RadioGlobalType
RadioGlobal.getType()
static RadioGlobalType
Returns the enum constant of this class with the specified name.static RadioGlobalType[]
RadioGlobalType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in zombie.radio.globals with parameters of type RadioGlobalTypeModifierConstructorDescriptionprotected
RadioGlobal
(String string, T object, RadioGlobalType radioGlobalType) protected
RadioGlobal
(T object, RadioGlobalType radioGlobalType)