public static enum DistCp.Preserve extends java.lang.Enum<DistCp.Preserve>
Enum Constant and Description |
---|
BLOCKSIZE |
GROUP |
PERMISSION |
REPLICATION |
USER |
Modifier and Type | Method and Description |
---|---|
static DistCp.Preserve |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistCp.Preserve[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistCp.Preserve REPLICATION
public static final DistCp.Preserve BLOCKSIZE
public static final DistCp.Preserve USER
public static final DistCp.Preserve GROUP
public static final DistCp.Preserve PERMISSION
public static DistCp.Preserve[] values()
for (DistCp.Preserve c : DistCp.Preserve.values()) System.out.println(c);
public static DistCp.Preserve 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 namejava.lang.NullPointerException
- if the argument is null