public static enum LabelFieldDescriptor.FieldType extends Enum<LabelFieldDescriptor.FieldType>
| Enum Constant and Description |
|---|
PASSWORD
Password field.
|
READ_ONLY
Read only field.
|
TEXTFIELD
Editable text field.
|
| Modifier and Type | Method and Description |
|---|---|
static LabelFieldDescriptor.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelFieldDescriptor.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelFieldDescriptor.FieldType TEXTFIELD
public static final LabelFieldDescriptor.FieldType PASSWORD
public static final LabelFieldDescriptor.FieldType READ_ONLY
public static LabelFieldDescriptor.FieldType[] values()
for (LabelFieldDescriptor.FieldType c : LabelFieldDescriptor.FieldType.values()) System.out.println(c);
public static LabelFieldDescriptor.FieldType 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 nullCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.