public enum ErrorServiceMessage extends java.lang.Enum<ErrorServiceMessage>
限定符和类型 | 方法和说明 |
---|---|
long |
getErroCode() |
java.lang.String |
getValue() |
static ErrorServiceMessage |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ErrorServiceMessage[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ErrorServiceMessage authorityservice
public static final ErrorServiceMessage orgAccountNameEmpty
public static final ErrorServiceMessage orgOtypeNotExist
public static final ErrorServiceMessage orgOtypeEmpty
public static final ErrorServiceMessage orgOtypeExist
public static final ErrorServiceMessage orgDepEmpty
public static final ErrorServiceMessage orgDepParentEmpty
public static final ErrorServiceMessage orgDepExist
public static final ErrorServiceMessage orgPostNotExist
public static final ErrorServiceMessage orgPostEmpty
public static final ErrorServiceMessage orgPostExist
public static final ErrorServiceMessage orgPersonDepError
public static final ErrorServiceMessage orgPersonLoginNameEmpty
public static final ErrorServiceMessage formImportServiceMember
public static final ErrorServiceMessage formImportServiceIsexit
public static final ErrorServiceMessage formImportServiceAuth
public static final ErrorServiceMessage formImportException
public static final ErrorServiceMessage formImportXMLAnalyzeException
public static final ErrorServiceMessage flowTempleExist
public static final ErrorServiceMessage flowTempleAuth
public static final ErrorServiceMessage flowValidContent
public static final ErrorServiceMessage formImportValid
public static final ErrorServiceMessage flowImportException
public static final ErrorServiceMessage documentExportFlowExist
public static final ErrorServiceMessage formImportServiceEnable
public static final ErrorServiceMessage formExportService
public static final ErrorServiceMessage formExportServiceDateError
public static final ErrorServiceMessage formExportServiceMasterError
public static final ErrorServiceMessage formExportServiceDateInfoError
public static final ErrorServiceMessage formImportAffairIdIsNotSender
public static ErrorServiceMessage[] values()
for (ErrorServiceMessage c : ErrorServiceMessage.values()) System.out.println(c);
public static ErrorServiceMessage valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public long getErroCode()
public java.lang.String getValue()