public static enum DirSyncControl.Flag extends Enum<DirSyncControl.Flag>
| Enum Constant and Description |
|---|
ANCESTORS_FIRST_ORDER
ancestors first order.
|
INCREMENTAL_VALUES
incremental values.
|
OBJECT_SECURITY
object security.
|
PUBLIC_DATA_ONLY
public data only.
|
| Modifier and Type | Field and Description |
|---|---|
private long |
value
underlying value.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - if the argument is nullpublic long value()
public static DirSyncControl.Flag valueOf(long l)
l - to find flag forCopyright © 2003-2019 Virginia Tech. All Rights Reserved.