public static enum DataGrouping.Approximation extends Enum<DataGrouping.Approximation>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DataGrouping.Approximation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataGrouping.Approximation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataGrouping.Approximation AVERAGE
public static final DataGrouping.Approximation OPEN
public static final DataGrouping.Approximation HIGH
public static final DataGrouping.Approximation LOW
public static final DataGrouping.Approximation CLOSE
public static DataGrouping.Approximation[] values()
for (DataGrouping.Approximation c : DataGrouping.Approximation.values()) System.out.println(c);
public static DataGrouping.Approximation 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 String toString()
toString in class Enum<DataGrouping.Approximation>Copyright © 2015. All Rights Reserved.