public enum LdapVendorNameEnum extends Enum<LdapVendorNameEnum>
Enum Constant and Description |
---|
IPAVendorName |
RHDSVendorName |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static LdapVendorNameEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapVendorNameEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapVendorNameEnum IPAVendorName
public static final LdapVendorNameEnum RHDSVendorName
public static LdapVendorNameEnum[] values()
for (LdapVendorNameEnum c : LdapVendorNameEnum.values()) System.out.println(c);
public static LdapVendorNameEnum 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 getName()
Copyright © 2012. All Rights Reserved.