public static enum MamPrefsIQ.DefaultBehavior extends java.lang.Enum<MamPrefsIQ.DefaultBehavior>
| Modifier and Type | Method and Description |
|---|---|
static MamPrefsIQ.DefaultBehavior |
valueOf(java.lang.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(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