public static enum RnaDrawController.SelectionType extends java.lang.Enum<RnaDrawController.SelectionType>
Enum Constant and Description |
---|
Branch |
Domain |
DomainOrBranch |
Helix |
HelixOrLoop |
Individual |
Loop |
Modifier and Type | Method and Description |
---|---|
static RnaDrawController.SelectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RnaDrawController.SelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RnaDrawController.SelectionType Branch
public static final RnaDrawController.SelectionType Domain
public static final RnaDrawController.SelectionType DomainOrBranch
public static final RnaDrawController.SelectionType Helix
public static final RnaDrawController.SelectionType HelixOrLoop
public static final RnaDrawController.SelectionType Individual
public static final RnaDrawController.SelectionType Loop
public static RnaDrawController.SelectionType 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 RnaDrawController.SelectionType[] values()
for (RnaDrawController.SelectionType c : RnaDrawController.SelectionType.values()) System.out.println(c);