public static enum UpdateManager.TYPE extends java.lang.Enum<UpdateManager.TYPE>
| Enum Constant | Description |
|---|---|
CUSTOM_HANDLED_COMPONENT |
|
FEATURE |
|
KIT_MODULE |
|
LOCALIZATION |
|
MODULE |
|
STANDALONE_MODULE |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateManager.TYPE |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.