Uses of Enum Class
dev.vality.damsel.domain.CategoryType
Packages that use CategoryType
-
Uses of CategoryType in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CategoryTypeMethods in dev.vality.damsel.domain that return CategoryTypeModifier and TypeMethodDescriptionstatic CategoryTypeCategoryType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.Category.getType()static CategoryTypeReturns the enum constant of this class with the specified name.static CategoryType[]CategoryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type CategoryType