public enum SchemaCheck extends java.lang.Enum<SchemaCheck>
Enum Constant and Description |
---|
NONE
Don't check the schema
|
UPDATE
Update with new schema
|
VALIDATE
Validate existing schema
|
Modifier and Type | Method and Description |
---|---|
static SchemaCheck |
fromValue(java.lang.String value)
Get the enum value from a string
|
java.lang.String |
getValue()
Get the value as a string
|
static SchemaCheck |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaCheck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaCheck NONE
public static final SchemaCheck UPDATE
public static final SchemaCheck VALIDATE
public static SchemaCheck[] values()
for (SchemaCheck c : SchemaCheck.values()) System.out.println(c);
public static SchemaCheck 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 nullpublic java.lang.String getValue()
public static SchemaCheck fromValue(java.lang.String value)
value
- a string