protected static enum DirectorySelectOneListboxHandler.DeprecatedPropertyKeys extends Enum<DirectorySelectOneListboxHandler.DeprecatedPropertyKeys>
| Enum Constant and Description |
|---|
displayValueOnly |
| Modifier and Type | Method and Description |
|---|---|
static DirectorySelectOneListboxHandler.DeprecatedPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectorySelectOneListboxHandler.DeprecatedPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectorySelectOneListboxHandler.DeprecatedPropertyKeys displayValueOnly
public static DirectorySelectOneListboxHandler.DeprecatedPropertyKeys[] values()
for (DirectorySelectOneListboxHandler.DeprecatedPropertyKeys c : DirectorySelectOneListboxHandler.DeprecatedPropertyKeys.values()) System.out.println(c);
public static DirectorySelectOneListboxHandler.DeprecatedPropertyKeys 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 © 2015 Nuxeo SA. All rights reserved.