Serializable, Comparable<PathHelper.PathProviders>public static enum PathHelper.PathProviders extends Enum<PathHelper.PathProviders>
| Enum Constant | Description |
|---|---|
GCS |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
initialize() |
|
abstract boolean |
isAvailable() |
|
static PathHelper.PathProviders |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PathHelper.PathProviders[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathHelper.PathProviders GCS
public static PathHelper.PathProviders[] values()
for (PathHelper.PathProviders c : PathHelper.PathProviders.values()) System.out.println(c);
public static PathHelper.PathProviders 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 abstract void initialize()
public abstract boolean isAvailable()