public enum QuantileType extends java.lang.Enum<QuantileType>
Modifier and Type | Method and Description |
---|---|
static QuantileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuantileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuantileType R1
public static final QuantileType R2
public static final QuantileType R3
public static final QuantileType R4
public static final QuantileType R5
public static final QuantileType R6
public static final QuantileType R7
public static final QuantileType R8
public static final QuantileType R9
public static QuantileType[] values()
for (QuantileType c : QuantileType.values()) System.out.println(c);
public static QuantileType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null