public enum Tetrahedral extends java.lang.Enum<Tetrahedral> implements Descriptor
Descriptor.Type
Enum Constant and Description |
---|
r
Indicates the priority of ligands around the chiral atoms proceeds in a clockwise rotation.
|
R
Indicates the priority of ligands around the chiral atoms proceeds in a clockwise rotation.
|
s
Indicates the priority of ligands around the chiral atoms proceeds in a anti-clockwise rotation.
|
S
Indicates the priority of ligands around the chiral atoms proceeds in a anti-clockwise rotation.
|
Modifier and Type | Method and Description |
---|---|
Descriptor.Type |
getType()
Access the
Descriptor.Type of the descriptor. |
static Tetrahedral |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tetrahedral[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tetrahedral R
public static final Tetrahedral S
public static final Tetrahedral r
public static final Tetrahedral s
public static Tetrahedral[] values()
for (Tetrahedral c : Tetrahedral.values()) System.out.println(c);
public static Tetrahedral 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
,
getType()
,
Planar.getType()
,
Trigonal.getType()