public static enum Application.Kind extends Enum<Application.Kind>
| Modifier and Type | Method and Description |
|---|---|
static Application.Kind |
getValueOf(String text) |
String |
toString() |
static Application.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.Kind VOICE
public static final Application.Kind SMS
public static final Application.Kind USSD
public static Application.Kind[] values()
for (Application.Kind c : Application.Kind.values()) System.out.println(c);
public static Application.Kind 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 nullpublic static Application.Kind getValueOf(String text)
public String toString()
toString in class Enum<Application.Kind>Copyright © 2017. All Rights Reserved.