-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum KeywordTypeEnum extends Enum<KeywordTypeEnum>
Note, this enum backs a custom Mysql enum type Changes to this class must be reflected in a migration to add the enum values to the database column where it is used (Currently just [KeywordTable.keyword_type_enum])
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKeywordTypeEnum.Companion
-
Method Summary
Modifier and Type Method Description StringgetDisplayName()-
-
Method Detail
-
getDisplayName
String getDisplayName()
-
-
-
-