public enum DotBracketFormat extends java.lang.Enum<DotBracketFormat>
| Modifier and Type | Class and Description |
|---|---|
private static class |
DotBracketFormat.SwigNext |
| Enum Constant and Description |
|---|
DBN_FMT_MULTI_TITLE |
DBN_FMT_MULTI_TITLE_AND_SEQ |
DBN_FMT_SIDE_TITLES |
DBN_FMT_SINGLE_TITLE |
| Modifier and Type | Field and Description |
|---|---|
private int |
swigValue |
| Modifier and Type | Method and Description |
|---|---|
static DotBracketFormat |
swigToEnum(int swigValue) |
int |
swigValue() |
static DotBracketFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotBracketFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DotBracketFormat DBN_FMT_MULTI_TITLE
public static final DotBracketFormat DBN_FMT_MULTI_TITLE_AND_SEQ
public static final DotBracketFormat DBN_FMT_SIDE_TITLES
public static final DotBracketFormat DBN_FMT_SINGLE_TITLE
public static DotBracketFormat swigToEnum(int swigValue)
public final int swigValue()
public static DotBracketFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static DotBracketFormat[] values()
for (DotBracketFormat c : DotBracketFormat.values()) System.out.println(c);