public static enum BaseDNDescriptor.Type extends Enum<BaseDNDescriptor.Type>
Enum Constant and Description |
---|
DISABLED
Replication is disabled.
|
NOT_REPLICATED
The base DN is not replicated.
|
REPLICATED
The base DN is replicated.
|
Modifier and Type | Method and Description |
---|---|
static BaseDNDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseDNDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseDNDescriptor.Type NOT_REPLICATED
public static final BaseDNDescriptor.Type REPLICATED
public static final BaseDNDescriptor.Type DISABLED
public static BaseDNDescriptor.Type[] values()
for (BaseDNDescriptor.Type c : BaseDNDescriptor.Type.values()) System.out.println(c);
public static BaseDNDescriptor.Type 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-2018 ForgeRock AS.