public static enum FormPattern.FormType extends java.lang.Enum<FormPattern.FormType>
| Modifier and Type | Method and Description |
|---|---|
static FormPattern.FormType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormPattern.FormType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormPattern.FormType JSF
public static final FormPattern.FormType TRINIDAD
public static final FormPattern.FormType ADF
public static FormPattern.FormType[] values()
for (FormPattern.FormType c : FormPattern.FormType.values()) System.out.println(c);
public static FormPattern.FormType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null