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