public static enum VolumeFSFile.ParamKey extends Enum<VolumeFSFile.ParamKey>
| Enum Constant and Description |
|---|
MARKER |
PATH |
RECURSIVE |
REPLICATION |
| Modifier and Type | Method and Description |
|---|---|
static VolumeFSFile.ParamKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeFSFile.ParamKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VolumeFSFile.ParamKey PATH
public static final VolumeFSFile.ParamKey REPLICATION
public static final VolumeFSFile.ParamKey RECURSIVE
public static final VolumeFSFile.ParamKey MARKER
public static VolumeFSFile.ParamKey[] values()
for (VolumeFSFile.ParamKey c : VolumeFSFile.ParamKey.values()) System.out.println(c);
public static VolumeFSFile.ParamKey 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 nullCopyright © 2022 Alibaba Cloud Computing. All rights reserved.