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