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