public final class ServiceType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ServiceType |
ADDE |
static ServiceType |
CATALOG |
static ServiceType |
CdmRemote |
static ServiceType |
CdmrFeature |
static ServiceType |
COMPOUND |
static ServiceType |
DAP4 |
static ServiceType |
DODS |
static ServiceType |
FILE |
static ServiceType |
FTP |
static ServiceType |
GRIDFTP |
static ServiceType |
H5Service |
static ServiceType |
HTTP |
static ServiceType |
HTTPServer |
static ServiceType |
ISO |
static ServiceType |
LAS |
static ServiceType |
ncJSON |
static ServiceType |
NCML |
static ServiceType |
NETCDF |
static ServiceType |
NetcdfServer |
static ServiceType |
NetcdfSubset |
static ServiceType |
NONE |
static ServiceType |
OPENDAP |
static ServiceType |
OPENDAPG |
static ServiceType |
QC |
static ServiceType |
RESOLVER |
static ServiceType |
THREDDS |
static ServiceType |
UDDC |
static ServiceType |
WCS |
static ServiceType |
WebForm |
static ServiceType |
WFS |
static ServiceType |
WMS |
static ServiceType |
WSDL |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
ServiceType with same name are equal.
|
static ServiceType |
findType(java.lang.String name)
Return the known ServiceType that matches the given name (ignoring case)
or null if the name is unknown.
|
static java.util.Collection<ServiceType> |
getAllTypes()
Get all ServiceType objects
|
static ServiceType |
getType(java.lang.String name)
Return a ServiceType that matches the given name by either matching
a known type (ignoring case) or creating an unknown type.
|
int |
hashCode()
Override Object.hashCode() to be consistent with this equals.
|
java.lang.String |
toString()
Return the ServiceType name.
|
public static final ServiceType NONE
public static final ServiceType ADDE
public static final ServiceType DODS
public static final ServiceType OPENDAP
public static final ServiceType DAP4
public static final ServiceType OPENDAPG
public static final ServiceType HTTPServer
public static final ServiceType FTP
public static final ServiceType GRIDFTP
public static final ServiceType FILE
public static final ServiceType LAS
public static final ServiceType WMS
public static final ServiceType WFS
public static final ServiceType WCS
public static final ServiceType WSDL
public static final ServiceType NCML
public static final ServiceType UDDC
public static final ServiceType ISO
public static final ServiceType ncJSON
public static final ServiceType H5Service
public static final ServiceType WebForm
public static final ServiceType CATALOG
public static final ServiceType QC
public static final ServiceType RESOLVER
public static final ServiceType COMPOUND
public static final ServiceType THREDDS
public static final ServiceType NetcdfSubset
public static final ServiceType CdmRemote
public static final ServiceType CdmrFeature
public static final ServiceType NETCDF
public static final ServiceType HTTP
public static final ServiceType NetcdfServer
public static java.util.Collection<ServiceType> getAllTypes()
public static ServiceType findType(java.lang.String name)
name
- name of the desired ServiceType.public static ServiceType getType(java.lang.String name)
name
- name of the desired ServiceTypepublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object