Uses of Class
tilda.enums.ValidationStatus
-
Packages that use ValidationStatus Package Description tilda.enums -
-
Uses of ValidationStatus in tilda.enums
Methods in tilda.enums that return ValidationStatus Modifier and Type Method Description static ValidationStatus
ValidationStatus. parse(java.lang.String Str)
static ValidationStatus
ValidationStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValidationStatus[]
ValidationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-