public static enum UpdateManager.TYPE extends Enum<UpdateManager.TYPE>
| 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()
for (UpdateManager.TYPE c : UpdateManager.TYPE.values()) System.out.println(c);
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 nullBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.