public static enum Constant.LoggerConType extends java.lang.Enum<Constant.LoggerConType>
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
toString() |
static Constant.LoggerConType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Constant.LoggerConType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Constant.LoggerConType WAREHOUSE
public static final Constant.LoggerConType USER_WAREHOUSE_LOG
public static final Constant.LoggerConType PAY_NUM
public static final Constant.LoggerConType VIDEO
public static final Constant.LoggerConType DISCOUNT
public static final Constant.LoggerConType SYSDICTIONARY
public static final Constant.LoggerConType QUESTION
public static final Constant.LoggerConType CHANGEPASSWORD
public static final Constant.LoggerConType USER
public static final Constant.LoggerConType ADD_ROLE
public static final Constant.LoggerConType EDIT_ROLE
public static final Constant.LoggerConType TRAFFIC
public static final Constant.LoggerConType ROLE
public static final Constant.LoggerConType EXCEL
public static final Constant.LoggerConType EXCEL_COLLECTION
public static final Constant.LoggerConType EXCEL_OWE
public static final Constant.LoggerConType EXCEL_ADVANCE
public static final Constant.LoggerConType EXCEL_ADJUST
public static final Constant.LoggerConType WAREHOUSE_PRICE
public static final Constant.LoggerConType WAREHOUSE_PRICE_TEMPLATE
public static final Constant.LoggerConType SUCCESSED
public static final Constant.LoggerConType INPUT_TP_HAS_EXISTENCE
public static final Constant.LoggerConType SYS_EDIT_EXCEPTION
public static final Constant.LoggerConType DESTROYED_EXCEPTION
public static final Constant.LoggerConType RESTORE_EXCEPTION
public static final Constant.LoggerConType CUSTOMER
public static final Constant.LoggerConType CUSTOMER_HAS_TIPS
public static final Constant.LoggerConType DELETE_NOT_EXIST
public static final Constant.LoggerConType PAYCOST_EXCEPTION
public static final Constant.LoggerConType PAYCOST_EXCEPTION_HASPAID
public static final Constant.LoggerConType PAYCOST_TEMPLATE
public static final Constant.LoggerConType COUNTER_PAYCOST_TEMPLATE
public static final Constant.LoggerConType CREATE_PASSWORD_TEMPLATE
public static final Constant.LoggerConType LOG_TEMPLATE
public static Constant.LoggerConType[] values()
for (Constant.LoggerConType c : Constant.LoggerConType.values()) System.out.println(c);
public static Constant.LoggerConType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量,
则抛出 IllegalArgumentExceptionjava.lang.NullPointerException
- 如果参数为空值, 则抛出 NullPointerExceptionpublic java.lang.String toString()
toString
在类中 java.lang.Enum<Constant.LoggerConType>