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