public static enum ExternalProjectsStructure.ErrorLevel extends java.lang.Enum<ExternalProjectsStructure.ErrorLevel>
Modifier and Type | Method and Description |
---|---|
static ExternalProjectsStructure.ErrorLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalProjectsStructure.ErrorLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalProjectsStructure.ErrorLevel NONE
public static final ExternalProjectsStructure.ErrorLevel ERROR
public static ExternalProjectsStructure.ErrorLevel[] values()
for (ExternalProjectsStructure.ErrorLevel c : ExternalProjectsStructure.ErrorLevel.values()) System.out.println(c);
public static ExternalProjectsStructure.ErrorLevel 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 null