Package 

Enum KeywordTypeEnum

  • 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])