ucar.nc2.constants
Enum CF.CellMethods

java.lang.Object
  extended by java.lang.Enum<CF.CellMethods>
      extended by ucar.nc2.constants.CF.CellMethods
All Implemented Interfaces:
Serializable, Comparable<CF.CellMethods>
Enclosing interface:
CF

public static enum CF.CellMethods
extends Enum<CF.CellMethods>


Enum Constant Summary
maximum
           
mean
           
median
           
mid_range
           
minimum
           
mode
           
point
           
standard_deviation
           
sum
           
variance
           
 
Method Summary
static CF.CellMethods convertGribCodeTable4_10(int code)
           
static CF.CellMethods valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CF.CellMethods[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

point

public static final CF.CellMethods point

sum

public static final CF.CellMethods sum

mean

public static final CF.CellMethods mean

maximum

public static final CF.CellMethods maximum

minimum

public static final CF.CellMethods minimum

mid_range

public static final CF.CellMethods mid_range

standard_deviation

public static final CF.CellMethods standard_deviation

variance

public static final CF.CellMethods variance

mode

public static final CF.CellMethods mode

median

public static final CF.CellMethods median
Method Detail

values

public static CF.CellMethods[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CF.CellMethods c : CF.CellMethods.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CF.CellMethods valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

convertGribCodeTable4_10

public static CF.CellMethods convertGribCodeTable4_10(int code)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.