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