public static enum StereoConstants.Type extends java.lang.Enum<StereoConstants.Type>
Enum Constant and Description |
---|
ATROP
Atrop stereo center.
|
AXIAL
Axial stereo center (eg.
|
CISTRANS
Cis-trans stereo center.
|
TETRAHEDRAL
Tetrahedral stereo center.
|
Modifier and Type | Method and Description |
---|---|
static StereoConstants.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StereoConstants.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoConstants.Type TETRAHEDRAL
public static final StereoConstants.Type CISTRANS
public static final StereoConstants.Type AXIAL
public static final StereoConstants.Type ATROP
public static StereoConstants.Type[] values()
for (StereoConstants.Type c : StereoConstants.Type.values()) System.out.println(c);
public static StereoConstants.Type 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