Uses of Class
com.iizix.api.vs.VSFieldEvent.Category
Packages that use VSFieldEvent.Category Package Description com.iizix.api.vs Uses of VSFieldEvent.Category in com.iizix.api.vs
Methods in com.iizix.api.vs that return VSFieldEvent.Category Modifier and Type Method Description VSFieldEvent.Category
VSFieldEvent. getCategory()
Gets the message category.static VSFieldEvent.Category
VSFieldEvent.Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VSFieldEvent.Category[]
VSFieldEvent.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.api.vs with parameters of type VSFieldEvent.Category Modifier and Type Method Description void
VSFieldEvent. setMessage(PlainKString message, VSFieldEvent.Category category)
Sets the validation message.