Enum Class的使用
com.walker.pay.PayStatus
使用PayStatus的程序包
-
com.walker.pay中PayStatus的使用
返回PayStatus的com.walker.pay中的方法修饰符和类型方法说明Order.getPayStatus()返回订单支付状态,在查询是需要从数据库加载出来。static PayStatusstatic PayStatusReturns the enum constant of this class with the specified name.static PayStatus[]PayStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.walker.pay.response中PayStatus的使用
参数类型为PayStatus的com.walker.pay.response中的方法 -
com.walker.pay.support中PayStatus的使用
参数类型为PayStatus的com.walker.pay.support中的方法