public static enum FormModel.Html5Validation extends Enum<FormModel.Html5Validation>
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
static FormModel.Html5Validation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormModel.Html5Validation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormModel.Html5Validation ON
public static final FormModel.Html5Validation OFF
public static FormModel.Html5Validation[] values()
for (FormModel.Html5Validation c : FormModel.Html5Validation.values()) System.out.println(c);
public static FormModel.Html5Validation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean asBoolean()
Copyright © 2019. All rights reserved.