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()
Copyright © 2020. All rights reserved.