public static enum LDAPEntryPanel.View extends Enum<LDAPEntryPanel.View>
| Enum Constant and Description |
|---|
ATTRIBUTE_VIEW
Attribute view (contained in a table).
|
LDIF_VIEW
LDIF view (text based).
|
SIMPLIFIED_VIEW
Simplified view.
|
| Modifier and Type | Method and Description |
|---|---|
static LDAPEntryPanel.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPEntryPanel.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LDAPEntryPanel.View SIMPLIFIED_VIEW
public static final LDAPEntryPanel.View ATTRIBUTE_VIEW
public static final LDAPEntryPanel.View LDIF_VIEW
public static LDAPEntryPanel.View[] values()
for (LDAPEntryPanel.View c : LDAPEntryPanel.View.values()) System.out.println(c);
public static LDAPEntryPanel.View 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.