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