[]
Serializable
, Comparable<CalcError>
, Constable
Enum.EnumDesc<E extends Enum<E>>
static CalcError
forValue(int value)
int
getValue()
static CalcError
static CalcError[]
values()
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is nullvalue
- 表示枚举常量的整数值。