public enum ModemCdmaServiceProvider extends java.lang.Enum<ModemCdmaServiceProvider>
| Modifier and Type | Method and Description |
|---|---|
int |
getProvider() |
static ModemCdmaServiceProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModemCdmaServiceProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModemCdmaServiceProvider UNKNOWN
public static final ModemCdmaServiceProvider SPRINT
public static final ModemCdmaServiceProvider AERIS
public static final ModemCdmaServiceProvider VERIZON
public static ModemCdmaServiceProvider[] values()
for (ModemCdmaServiceProvider c : ModemCdmaServiceProvider.values()) System.out.println(c);
public static ModemCdmaServiceProvider 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 int getProvider()