public static enum StereoisomerSettings.StereoisomerType extends java.lang.Enum<StereoisomerSettings.StereoisomerType>
Enum Constant and Description |
---|
CISTRANS
Double bond stereoisomers.
|
TETRAHEDRAL
Tetrahedral stereoisomers.
|
Modifier and Type | Method and Description |
---|---|
static StereoisomerSettings.StereoisomerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StereoisomerSettings.StereoisomerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoisomerSettings.StereoisomerType TETRAHEDRAL
public static final StereoisomerSettings.StereoisomerType CISTRANS
public static StereoisomerSettings.StereoisomerType[] values()
for (StereoisomerSettings.StereoisomerType c : StereoisomerSettings.StereoisomerType.values()) System.out.println(c);
public static StereoisomerSettings.StereoisomerType 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