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
static java.util.Collection getAllTypes()
           
static RadialDatasetSweep.Type getType(java.lang.String name)
          Find the DataType that matches this name, ignore case.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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.