public static enum CESymmParameters.OrderDetectorMethod extends Enum<CESymmParameters.OrderDetectorMethod>
Enum Constant and Description |
---|
ANGLE |
GRAPH_COMPONENT |
SEQUENCE_FUNCTION |
USER_INPUT |
Modifier and Type | Field and Description |
---|---|
static CESymmParameters.OrderDetectorMethod |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static CESymmParameters.OrderDetectorMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CESymmParameters.OrderDetectorMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CESymmParameters.OrderDetectorMethod SEQUENCE_FUNCTION
public static final CESymmParameters.OrderDetectorMethod GRAPH_COMPONENT
public static final CESymmParameters.OrderDetectorMethod ANGLE
public static final CESymmParameters.OrderDetectorMethod USER_INPUT
public static final CESymmParameters.OrderDetectorMethod DEFAULT
public static CESymmParameters.OrderDetectorMethod[] values()
for (CESymmParameters.OrderDetectorMethod c : CESymmParameters.OrderDetectorMethod.values()) System.out.println(c);
public static CESymmParameters.OrderDetectorMethod 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 nullCopyright © 2000–2019 BioJava. All rights reserved.