|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.catalog.ServiceType
public final class ServiceType
Type-safe enumeration of THREDDS Service types.
| Field Summary | |
|---|---|
static ServiceType |
ADDE
|
static ServiceType |
CATALOG
|
static ServiceType |
COMPOUND
|
static ServiceType |
DODS
|
static ServiceType |
FILE
|
static ServiceType |
FTP
|
static ServiceType |
GRIDFTP
|
static ServiceType |
HTTP
|
static ServiceType |
HTTPServer
|
static ServiceType |
LAS
|
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 |
WCS
|
static ServiceType |
WebForm
|
static ServiceType |
WFS
|
static ServiceType |
WMS
|
static ServiceType |
WSDL
|
| Constructor Summary | |
|---|---|
ServiceType(java.lang.String s)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
ServiceType with same name are equal. |
static java.util.Collection |
getAllTypes()
Return all ServiceType objects |
static ServiceType |
getType(java.lang.String name)
Find the ServiceType that matches this name, ignore case. |
int |
hashCode()
Override Object.hashCode() to be consistent with this equals. |
java.lang.String |
toString()
Return the ServiceType name. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ServiceType NONE
public static final ServiceType ADDE
public static final ServiceType DODS
public static final ServiceType OPENDAP
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 NetcdfServer
public static final ServiceType NetcdfSubset
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 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 NETCDF
public static final ServiceType HTTP
| Constructor Detail |
|---|
public ServiceType(java.lang.String s)
| Method Detail |
|---|
public static java.util.Collection getAllTypes()
public static ServiceType getType(java.lang.String name)
name - : match this name
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||