public static enum AlignmentProperties.ColoringScheme extends java.lang.Enum<AlignmentProperties.ColoringScheme> implements java.io.Serializable
Enum Constant and Description |
---|
ATOM_TYPES |
EXTENDED_ATOMTYPES |
PHARMACOPHORE |
SAME |
Modifier and Type | Method and Description |
---|---|
static AlignmentProperties.ColoringScheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentProperties.ColoringScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentProperties.ColoringScheme SAME
public static final AlignmentProperties.ColoringScheme ATOM_TYPES
public static final AlignmentProperties.ColoringScheme EXTENDED_ATOMTYPES
public static final AlignmentProperties.ColoringScheme PHARMACOPHORE
public static AlignmentProperties.ColoringScheme[] values()
for (AlignmentProperties.ColoringScheme c : AlignmentProperties.ColoringScheme.values()) System.out.println(c);
public static AlignmentProperties.ColoringScheme 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 null