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