public static enum CoserConstants.ValidationLevel extends Enum<CoserConstants.ValidationLevel>
Modifier and Type | Field and Description |
---|---|
protected String |
xworkContext |
Modifier and Type | Method and Description |
---|---|
String |
getXWorkContext() |
static CoserConstants.ValidationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoserConstants.ValidationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoserConstants.ValidationLevel INFO
public static final CoserConstants.ValidationLevel WARNING
public static final CoserConstants.ValidationLevel ERROR
public static final CoserConstants.ValidationLevel FATAL
protected String xworkContext
public static CoserConstants.ValidationLevel[] values()
for (CoserConstants.ValidationLevel c : CoserConstants.ValidationLevel.values()) System.out.println(c);
public static CoserConstants.ValidationLevel 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 nullpublic String getXWorkContext()
Copyright © 2010–2015 Ifremer. All rights reserved.