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