public enum MobileCarriers extends Enum<MobileCarriers>
| Modifier and Type | Method and Description |
|---|---|
String |
getCarriers() |
static boolean |
isSupportAll(MobileCarriers[] smsCarriersArray) |
static MobileCarriers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobileCarriers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobileCarriers MOBILE
public static final MobileCarriers UNICOM
public static final MobileCarriers TELECOM
public static MobileCarriers[] values()
for (MobileCarriers c : MobileCarriers.values()) System.out.println(c);
public static MobileCarriers 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 String getCarriers()
public static boolean isSupportAll(MobileCarriers[] smsCarriersArray)
Copyright © 2018. All rights reserved.