public enum Trigonal extends java.lang.Enum<Trigonal> implements Descriptor
Planar
,
Tetrahedral
,
General
Descriptor.Type
Enum Constant and Description |
---|
re
A trigonal prochiral centre whose ligands priority proceeded clockwise.
|
Re
A trigonal prochiral centre whose ligands priority proceeded clockwise.
|
si
A trigonal prochiral centre whose ligands priority proceeded anti- clockwise.
|
Si
A trigonal prochiral centre whose ligands priority proceeded anti- clockwise.
|
Modifier and Type | Method and Description |
---|---|
Descriptor.Type |
getType()
Access the
Descriptor.Type of the descriptor. |
static Trigonal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trigonal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trigonal Re
public static final Trigonal Si
public static final Trigonal re
public static final Trigonal si
public static Trigonal[] values()
for (Trigonal c : Trigonal.values()) System.out.println(c);
public static Trigonal 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 Descriptor.Type getType()
Descriptor
Descriptor.Type
of the descriptor. The type can be useful when ranking descriptors where similar type
descriptors can be considered equal.getType
in interface Descriptor
Descriptor.Type
,
Tetrahedral.getType()
,
Planar.getType()
,
getType()