public static enum PhoneItemListMode.Mode extends java.lang.Enum<PhoneItemListMode.Mode>
Modifier and Type | Method and Description |
---|---|
static PhoneItemListMode.Mode |
getByOrdinal(int ord) |
java.lang.String |
getTitle() |
java.lang.String |
toString() |
static PhoneItemListMode.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhoneItemListMode.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhoneItemListMode.Mode DISABLED
public static final PhoneItemListMode.Mode BLACK
public static final PhoneItemListMode.Mode WHITE
public static PhoneItemListMode.Mode[] values()
for (PhoneItemListMode.Mode c : PhoneItemListMode.Mode.values()) System.out.println(c);
public static PhoneItemListMode.Mode 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<PhoneItemListMode.Mode>
public java.lang.String getTitle()
public static PhoneItemListMode.Mode getByOrdinal(int ord)