public static enum ReplicaCatalog.FileSystem extends java.lang.Enum<ReplicaCatalog.FileSystem>
| Modifier and Type | Method and Description |
|---|---|
static ReplicaCatalog.FileSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplicaCatalog.FileSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicaCatalog.FileSystem SHARED
public static final ReplicaCatalog.FileSystem LOCAL
public static ReplicaCatalog.FileSystem[] values()
for (ReplicaCatalog.FileSystem c : ReplicaCatalog.FileSystem.values()) System.out.println(c);
public static ReplicaCatalog.FileSystem 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