public enum GISRepositoryType extends Enum<GISRepositoryType>
| Modifier and Type | Method and Description |
|---|---|
static GISRepositoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GISRepositoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GISRepositoryType GEOSERVER
public static final GISRepositoryType THREDDS
public static GISRepositoryType[] values()
for (GISRepositoryType c : GISRepositoryType.values()) System.out.println(c);
public static GISRepositoryType 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 © 2015. All Rights Reserved.