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