public static enum PaymentApi.TradeType extends Enum<PaymentApi.TradeType>
email: 596392912@qq.com site: http://www.dreamlu.net date: 2015年10月27日 下午9:46:27
public static final PaymentApi.TradeType JSAPI
public static final PaymentApi.TradeType NATIVE
public static final PaymentApi.TradeType APP
public static final PaymentApi.TradeType WAP
public static final PaymentApi.TradeType MWEB
public static PaymentApi.TradeType[] values()
for (PaymentApi.TradeType c : PaymentApi.TradeType.values()) System.out.println(c);
public static PaymentApi.TradeType valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值Copyright © 2017. All rights reserved.