public static enum StereoConstants.EnhancedStereoType extends java.lang.Enum<StereoConstants.EnhancedStereoType>
Enum Constant and Description |
---|
ABS
Stereogenic centers belonging to ABS represent absolute stereochemistry, i.e.
|
AND
Stereogenic centers belonging to an ANDn group (e.g.
|
OR
Stereogenic centers belonging to an ORn group (e.g.
|
Modifier and Type | Method and Description |
---|---|
static StereoConstants.EnhancedStereoType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StereoConstants.EnhancedStereoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoConstants.EnhancedStereoType ABS
public static final StereoConstants.EnhancedStereoType AND
public static final StereoConstants.EnhancedStereoType OR
public static StereoConstants.EnhancedStereoType[] values()
for (StereoConstants.EnhancedStereoType c : StereoConstants.EnhancedStereoType.values()) System.out.println(c);
public static StereoConstants.EnhancedStereoType 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