public static enum RonnConstraint.Threshold extends Enum<RonnConstraint.Threshold>
Modifier and Type | Method and Description |
---|---|
static float[] |
getTreshold(int number) |
float[] |
getValues() |
static RonnConstraint.Threshold |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RonnConstraint.Threshold[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RonnConstraint.Threshold T0
public static final RonnConstraint.Threshold T1
public static final RonnConstraint.Threshold T2
public static final RonnConstraint.Threshold T3
public static final RonnConstraint.Threshold T4
public static final RonnConstraint.Threshold T5
public static final RonnConstraint.Threshold T6
public static final RonnConstraint.Threshold T7
public static final RonnConstraint.Threshold T8
public static final RonnConstraint.Threshold T9
public static RonnConstraint.Threshold[] values()
for (RonnConstraint.Threshold c : RonnConstraint.Threshold.values()) System.out.println(c);
public static RonnConstraint.Threshold 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 float[] getValues()
public static float[] getTreshold(int number)
Copyright © 2000–2019 BioJava. All rights reserved.