|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DirSyncControl.Flag>
org.ldaptive.ad.control.DirSyncControl.Flag
public static enum DirSyncControl.Flag
Types of flags.
| Enum Constant Summary | |
|---|---|
ANCESTORS_FIRST_ORDER
ancestors first order. |
|
INCREMENTAL_VALUES
incremental values. |
|
OBJECT_SECURITY
object security. |
|
PUBLIC_DATA_ONLY
public data only. |
|
| Method Summary | |
|---|---|
long |
value()
Returns the value. |
static DirSyncControl.Flag |
valueOf(long l)
Returns the flag for the supplied integer constant. |
static DirSyncControl.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DirSyncControl.Flag[] |
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 DirSyncControl.Flag OBJECT_SECURITY
public static final DirSyncControl.Flag ANCESTORS_FIRST_ORDER
public static final DirSyncControl.Flag PUBLIC_DATA_ONLY
public static final DirSyncControl.Flag INCREMENTAL_VALUES
| Method Detail |
|---|
public static DirSyncControl.Flag[] values()
for (DirSyncControl.Flag c : DirSyncControl.Flag.values()) System.out.println(c);
public static DirSyncControl.Flag valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic long value()
public static DirSyncControl.Flag valueOf(long l)
l - to find flag for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||