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