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