public static enum Grabber.Relative extends java.lang.Enum<Grabber.Relative>
| Modifier and Type | Method and Description |
|---|---|
static Grabber.Relative |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Grabber.Relative[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grabber.Relative LAST
public static final Grabber.Relative NEXT
public static final Grabber.Relative THIS
public static Grabber.Relative[] values()
for (Grabber.Relative c : Grabber.Relative.values()) System.out.println(c);
public static Grabber.Relative 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 nullCopyright © 2002 – 2022 Project Wonder.