ucar.nc2.dt
Class RadialDatasetSweep.Type

java.lang.Object
  extended by ucar.nc2.dt.RadialDatasetSweep.Type
Enclosing interface:
RadialDatasetSweep

public static final class RadialDatasetSweep.Type
extends java.lang.Object

A Type of RadialSweep.


Field Summary
static RadialDatasetSweep.Type NONE
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Type with same name are equal.
static java.util.Collection getAllTypes()
           
static RadialDatasetSweep.Type 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final RadialDatasetSweep.Type NONE
Method Detail

getAllTypes

public static java.util.Collection getAllTypes()

getType

public static RadialDatasetSweep.Type getType(java.lang.String name)
Find the DataType that matches this name, ignore case.

Parameters:
name - : match this name
Returns:
DataType or null if no match.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
the type name.

hashCode

public int hashCode()
Override Object.hashCode() to be consistent with this equals.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Type with same name are equal.

Overrides:
equals in class java.lang.Object