public enum GIAlgorithm extends Enum<GIAlgorithm>
| Enum Constant and Description |
|---|
REPAIR
Re-Pair.
|
SEQUITUR
Sequitur.
|
| Modifier and Type | Method and Description |
|---|---|
static GIAlgorithm |
fromValue(int value)
Parse the numerical value into an instance.
|
static GIAlgorithm |
fromValue(String value)
Parse the string value into an instance.
|
int |
toAlgIndex()
Get the alg index.
|
String |
toString() |
static GIAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GIAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GIAlgorithm SEQUITUR
public static final GIAlgorithm REPAIR
public static GIAlgorithm[] values()
for (GIAlgorithm c : GIAlgorithm.values()) System.out.println(c);
public static GIAlgorithm 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 int toAlgIndex()
public static GIAlgorithm fromValue(int value)
value - the string value.public static GIAlgorithm fromValue(String value)
value - the string value.public String toString()
toString in class Enum<GIAlgorithm>Copyright © 2021 JMotif. All rights reserved.