public enum StandardServices extends Enum<StandardServices>
| Enum Constant and Description |
|---|
cdmRemote |
cdmrFeature |
dap4 |
fileServer |
iso |
latest |
ncml |
ncss |
opendap |
uddc |
wcs |
wms |
| Modifier and Type | Method and Description |
|---|---|
Service |
getService() |
static StandardServices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardServices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardServices cdmRemote
public static final StandardServices cdmrFeature
public static final StandardServices dap4
public static final StandardServices fileServer
public static final StandardServices latest
public static final StandardServices ncss
public static final StandardServices opendap
public static final StandardServices wms
public static final StandardServices wcs
public static final StandardServices ncml
public static final StandardServices uddc
public static final StandardServices iso
public static StandardServices[] values()
for (StandardServices c : StandardServices.values()) System.out.println(c);
public static StandardServices 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 Service getService()
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.