public static enum RegisterMethods.MethodType extends java.lang.Enum<RegisterMethods.MethodType>
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MethodText> |
getMethodTextList()
Gets a list of the text representations of methods of this type.
|
static RegisterMethods.MethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegisterMethods.MethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterMethods.MethodType NA_EQUATION
public static final RegisterMethods.MethodType APPROXIMATIVE
public static final RegisterMethods.MethodType CRICKS
public static final RegisterMethods.MethodType SINGLE_MISMATCH
public static final RegisterMethods.MethodType TANDEM_MISMATCH
public static final RegisterMethods.MethodType WOBBLE
public static final RegisterMethods.MethodType INTERNAL_LOOP
public static final RegisterMethods.MethodType SINGLE_BULGE_LOOP
public static final RegisterMethods.MethodType LONG_BULGE_LOOP
public static final RegisterMethods.MethodType SINGLE_DANGLING_END
public static final RegisterMethods.MethodType DOUBLE_DANGLING_END
public static final RegisterMethods.MethodType LONG_DANGLING_END
public static final RegisterMethods.MethodType INOSINE
public static final RegisterMethods.MethodType CNG_REPEATS
public static final RegisterMethods.MethodType AZOBENZENE
public static final RegisterMethods.MethodType LOCKED_ACID
public static final RegisterMethods.MethodType TANDEM_LOCKED_ACID
public static final RegisterMethods.MethodType LOCKED_ACID_SINGLE_MISMATCH
public static final RegisterMethods.MethodType HYDROXYADENOSINE
public static final RegisterMethods.MethodType ION_CORRECTION
public static final RegisterMethods.MethodType DMSO_CORRECTION
public static final RegisterMethods.MethodType FORMAMIDE_CORRECTION
public static final RegisterMethods.MethodType OTHER_CORRECTION
public static RegisterMethods.MethodType[] values()
for (RegisterMethods.MethodType c : RegisterMethods.MethodType.values()) System.out.println(c);
public static RegisterMethods.MethodType 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 java.util.ArrayList<MethodText> getMethodTextList()