public static enum LdapConnectionResourceDefinition.ReferralHandling extends Enum<LdapConnectionResourceDefinition.ReferralHandling>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static LdapConnectionResourceDefinition.ReferralHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapConnectionResourceDefinition.ReferralHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapConnectionResourceDefinition.ReferralHandling FOLLOW
public static final LdapConnectionResourceDefinition.ReferralHandling IGNORE
public static final LdapConnectionResourceDefinition.ReferralHandling THROW
public static LdapConnectionResourceDefinition.ReferralHandling[] values()
for (LdapConnectionResourceDefinition.ReferralHandling c : LdapConnectionResourceDefinition.ReferralHandling.values()) System.out.println(c);
public static LdapConnectionResourceDefinition.ReferralHandling 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 getValue()
Copyright © 2023 JBoss by Red Hat. All rights reserved.