public static enum ADSContext.ServerGroupProperty extends Enum<ADSContext.ServerGroupProperty>
Enum Constant and Description |
---|
DESCRIPTION
The description of the server group.
|
MEMBERS
The members of the server group.
|
UID
The UID of the server group.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Returns the attribute name.
|
static ADSContext.ServerGroupProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ADSContext.ServerGroupProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADSContext.ServerGroupProperty UID
public static final ADSContext.ServerGroupProperty DESCRIPTION
public static final ADSContext.ServerGroupProperty MEMBERS
public static ADSContext.ServerGroupProperty[] values()
for (ADSContext.ServerGroupProperty c : ADSContext.ServerGroupProperty.values()) System.out.println(c);
public static ADSContext.ServerGroupProperty 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 getAttributeName()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.