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