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