Interface StringEnum<E extends Enum<E>>
- All Known Implementing Classes:
Comparator
,Operator
public interface StringEnum<E extends Enum<E>>
- Author:
- HamaWhite
-
Method Summary
-
Method Details
-
value
String value()Retrieves the string representation of the enum value.- Returns:
- the string representation
-