public static enum UpdateManager.TYPE extends Enum<UpdateManager.TYPE>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
CUSTOM_HANDLED_COMPONENT |
FEATURE |
KIT_MODULE |
LOCALIZATION |
MODULE |
STANDALONE_MODULE |
Modifier and Type | Method and Description |
---|---|
static UpdateManager.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateManager.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateManager.TYPE MODULE
public static final UpdateManager.TYPE FEATURE
public static final UpdateManager.TYPE STANDALONE_MODULE
public static final UpdateManager.TYPE KIT_MODULE
public static final UpdateManager.TYPE CUSTOM_HANDLED_COMPONENT
public static final UpdateManager.TYPE LOCALIZATION
public static UpdateManager.TYPE[] values()
public static UpdateManager.TYPE 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