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