Enum Class QualityCheckStatusEnum
- All Implemented Interfaces:
Serializable
,Comparable<QualityCheckStatusEnum>
,Constable
QualityCheck status enum for appeal related states
质检状态枚举,用于表示申诉相关状态
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription申诉通过 - 申诉被接受,质检结果被修改申诉驳回 - 申诉被拒绝,维持原质检结果申诉中 - 质检结果被申诉,正在处理中已关闭 - 质检流程已结束已质检 - 质检员已完成质检 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QualityCheckStatusEnum
根据代码获取枚举getCode()
static QualityCheckStatusEnum
Returns the enum constant of this class with the specified name.static QualityCheckStatusEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMPLETED
已质检 - 质检员已完成质检 -
APPEALING
申诉中 - 质检结果被申诉,正在处理中 -
APPEAL_APPROVED
申诉通过 - 申诉被接受,质检结果被修改 -
APPEAL_REJECTED
申诉驳回 - 申诉被拒绝,维持原质检结果 -
CLOSED
已关闭 - 质检流程已结束
-
-
Field Details
-
code
-
description
-
-
Constructor Details
-
QualityCheckStatusEnum
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
-
getDescription
-
fromCode
根据代码获取枚举
-