|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RelationOption>
org.opends.server.admin.RelationOption
public enum RelationOption
This enumeration contains various options that can be associated with relation definitions.
| Enum Constant Summary | |
|---|---|
ADVANCED
Use this option to identify relations which should be considered as advanced and should not be exposed by default in client applications. |
|
HIDDEN
Use this option to identify relations which must not be directly exposed in client applications. |
|
| Method Summary | |
|---|---|
static RelationOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RelationOption[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RelationOption ADVANCED
public static final RelationOption HIDDEN
| Method Detail |
|---|
public static RelationOption[] values()
for (RelationOption c : RelationOption.values()) System.out.println(c);
public static RelationOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||