public enum SupportedClientType extends Enum<SupportedClientType>
public static final SupportedClientType all
public static final SupportedClientType mobile
public static final SupportedClientType pc
public static SupportedClientType[] values()
for (SupportedClientType c : SupportedClientType.values()) System.out.println(c);
public static SupportedClientType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022 jvs. All rights reserved.