public static enum DataLDAP.UserAccountControlValue extends Enum<DataLDAP.UserAccountControlValue>
| Enum Constant and Description |
|---|
disabled |
disabledPasswordNotRequired |
enabled |
enabledPasswordNotRequired |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DataLDAP.UserAccountControlValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLDAP.UserAccountControlValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataLDAP.UserAccountControlValue enabled
public static final DataLDAP.UserAccountControlValue disabled
public static final DataLDAP.UserAccountControlValue enabledPasswordNotRequired
public static final DataLDAP.UserAccountControlValue disabledPasswordNotRequired
public static DataLDAP.UserAccountControlValue[] values()
for (DataLDAP.UserAccountControlValue c : DataLDAP.UserAccountControlValue.values()) System.out.println(c);
public static DataLDAP.UserAccountControlValue 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 String toString()
toString in class Enum<DataLDAP.UserAccountControlValue>Copyright © 2005–2019 Alfresco Software. All rights reserved.