public static enum UpdateUnitProvider.CATEGORY extends Enum<UpdateUnitProvider.CATEGORY>
| Modifier and Type | Method and Description |
|---|---|
static UpdateUnitProvider.CATEGORY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateUnitProvider.CATEGORY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateUnitProvider.CATEGORY STANDARD
public static final UpdateUnitProvider.CATEGORY COMMUNITY
public static final UpdateUnitProvider.CATEGORY BETA
public static UpdateUnitProvider.CATEGORY[] values()
public static UpdateUnitProvider.CATEGORY valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null