|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.catalog.DataType
public final class DataType
Type-safe enumeration of THREDDS Data types.
| Field Summary | |
|---|---|
static DataType |
GRID
|
static DataType |
IMAGE
|
static DataType |
NONE
|
static DataType |
POINT
|
static DataType |
RADIAL
|
static DataType |
STATION
|
static DataType |
SWATH
|
static DataType |
TRAJECTORY
|
| Constructor Summary | |
|---|---|
DataType(java.lang.String s)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
DataType with same name are equal. |
static java.util.Collection |
getAllTypes()
Return all DataType objects |
static DataType |
getType(java.lang.String name)
Find the DataType that matches this name, ignore case. |
int |
hashCode()
Override Object.hashCode() to be consistent with this equals. |
java.lang.String |
toString()
Return the DataType name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DataType NONE
public static final DataType GRID
public static final DataType IMAGE
public static final DataType POINT
public static final DataType RADIAL
public static final DataType STATION
public static final DataType SWATH
public static final DataType TRAJECTORY
| Constructor Detail |
|---|
public DataType(java.lang.String s)
| Method Detail |
|---|
public static java.util.Collection getAllTypes()
public static DataType 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 | |||||||||