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