public enum StandardService extends Enum<StandardService>
| Enum Constant and Description |
|---|
catalogRemote |
cdmRemote |
cdmrFeatureGrid |
cdmrFeaturePoint |
dap4 |
httpServer |
iso |
iso_ncml |
jupyterNotebook |
netcdfSubsetGrid |
netcdfSubsetPoint |
opendap |
resolver |
uddc |
wcs |
wfs |
wms |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase() |
static StandardService |
getStandardServiceIgnoreCase(String typeS) |
thredds.client.catalog.ServiceType |
getType() |
static StandardService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardService catalogRemote
public static final StandardService cdmRemote
public static final StandardService cdmrFeatureGrid
public static final StandardService cdmrFeaturePoint
public static final StandardService dap4
public static final StandardService httpServer
public static final StandardService jupyterNotebook
public static final StandardService resolver
public static final StandardService netcdfSubsetGrid
public static final StandardService netcdfSubsetPoint
public static final StandardService opendap
public static final StandardService wcs
public static final StandardService wms
public static final StandardService wfs
public static final StandardService iso
public static final StandardService iso_ncml
public static final StandardService uddc
public static StandardService[] values()
for (StandardService c : StandardService.values()) System.out.println(c);
public static StandardService 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 static StandardService getStandardServiceIgnoreCase(String typeS)
public thredds.client.catalog.ServiceType getType()
public String getBase()