public static enum PostUpgradeTaskException.ErrorLevel extends Enum<PostUpgradeTaskException.ErrorLevel>
Enum Constant and Description |
---|
CRITICAL |
NONCRITICAL |
Modifier and Type | Method and Description |
---|---|
static PostUpgradeTaskException.ErrorLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostUpgradeTaskException.ErrorLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostUpgradeTaskException.ErrorLevel CRITICAL
public static final PostUpgradeTaskException.ErrorLevel NONCRITICAL
public static PostUpgradeTaskException.ErrorLevel[] values()
for (PostUpgradeTaskException.ErrorLevel c : PostUpgradeTaskException.ErrorLevel.values()) System.out.println(c);
public static PostUpgradeTaskException.ErrorLevel 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 nullLumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.