public interface ValuedEnum<T>
ValuedEnum defines an enumeration which is bounded to a value, you
may implements this interface when you defines such kind of enumeration, that
you can use EnumUtils to simplify parse and valueOf operation.| 限定符和类型 | 方法和说明 |
|---|---|
T |
value() |
T value()
Copyright © 2022. All rights reserved.