public enum ESimnetType extends Enum<ESimnetType>
| 枚举常量和说明 |
|---|
_3C |
BEAUTY |
BUSINESS |
CAR |
EDU |
FOOD |
HEALTH |
HOTEL |
HOUSE |
KTV |
LIFE |
SHOPPING |
TRAVEL |
UNSUPPORT_TYPE |
public static final ESimnetType UNSUPPORT_TYPE
public static final ESimnetType HOTEL
public static final ESimnetType KTV
public static final ESimnetType BEAUTY
public static final ESimnetType FOOD
public static final ESimnetType TRAVEL
public static final ESimnetType HEALTH
public static final ESimnetType EDU
public static final ESimnetType BUSINESS
public static final ESimnetType HOUSE
public static final ESimnetType CAR
public static final ESimnetType LIFE
public static final ESimnetType SHOPPING
public static final ESimnetType _3C
public static ESimnetType[] values()
for (ESimnetType c : ESimnetType.values()) System.out.println(c);
public static ESimnetType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024. All rights reserved.