public enum ModemCdmaServiceProvider extends Enum<ModemCdmaServiceProvider>
Modifier and Type | Method and Description |
---|---|
int |
getProvider() |
static ModemCdmaServiceProvider |
valueOf(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(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 int getProvider()
Copyright © 2013. All Rights Reserved.