Uses of Class
dev.vality.damsel.dominant.cache.CategoryType
-
Uses of CategoryType in dev.vality.damsel.dominant.cache
Fields in dev.vality.damsel.dominant.cache declared as CategoryType Modifier and Type Field Description CategoryTypeCategory. typeMethods in dev.vality.damsel.dominant.cache that return CategoryType Modifier and Type Method Description static CategoryTypeCategoryType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CategoryTypeCategory. getType()static CategoryTypeCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CategoryType[]CategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.dominant.cache with parameters of type CategoryType Modifier and Type Method Description CategoryCategory. setType(CategoryType type)