Package journeymap.api.v2.common.option
Interface KeyedEnum
public interface KeyedEnum
Interface indicating an enum has a key.
-
Method Summary
-
Method Details
-
getKey
String getKey()Key is the label.- Returns:
- - The Key, can be the display string or i18n key.
-