public static enum CECPParameters.DuplicationHint extends Enum<CECPParameters.DuplicationHint>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CECPParameters.DuplicationHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CECPParameters.DuplicationHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CECPParameters.DuplicationHint SHORTER
public static final CECPParameters.DuplicationHint LEFT
public static final CECPParameters.DuplicationHint RIGHT
public static CECPParameters.DuplicationHint[] values()
for (CECPParameters.DuplicationHint c : CECPParameters.DuplicationHint.values()) System.out.println(c);
public static CECPParameters.DuplicationHint 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 String toString()
toString in class Enum<CECPParameters.DuplicationHint>Copyright © 2000–2016 BioJava. All rights reserved.