Uses of Enum Class
com.iizix.api.vs.VSFieldEvent.Category
Packages that use VSFieldEvent.Category
Uses of VSFieldEvent.Category in com.iizix.api.vs
Methods in com.iizix.api.vs that return VSFieldEvent.CategoryModifier and TypeMethodDescriptionVSFieldEvent.getCategory()Gets the message category.static VSFieldEvent.CategoryReturns the enum constant of this class with the specified name.static VSFieldEvent.Category[]VSFieldEvent.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.api.vs with parameters of type VSFieldEvent.CategoryModifier and TypeMethodDescriptionvoidVSFieldEvent.setMessage(PlainKString message, VSFieldEvent.Category category) Sets the validation message.