public static enum CF.CellMethods extends Enum<CF.CellMethods>
| Enum Constant and Description | 
|---|
| maximum | 
| mean | 
| median | 
| mid_range | 
| minimum | 
| mode | 
| point | 
| standard_deviation | 
| sum | 
| variance | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public static final CF.CellMethods maximum
public static final CF.CellMethods mean
public static final CF.CellMethods median
public static final CF.CellMethods mid_range
public static final CF.CellMethods minimum
public static final CF.CellMethods mode
public static final CF.CellMethods point
public static final CF.CellMethods standard_deviation
public static final CF.CellMethods sum
public static final CF.CellMethods variance
public static CF.CellMethods convertGribCodeTable4_10(int code)
public static CF.CellMethods valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static CF.CellMethods[] values()
for (CF.CellMethods c : CF.CellMethods.values()) System.out.println(c);