public static interface Config.ConfigEnum
Modifier and Type | Method and Description |
---|---|
boolean |
matchConfigValue(java.lang.String in)
Checks if the given string matches with enum value.
|
java.lang.String |
toConfigValue()
Converts enumeration value into a string to be save in config.
|
java.lang.String toConfigValue()
boolean matchConfigValue(java.lang.String in)
in
- the string to match