public enum InchiStereoAndConformation extends java.lang.Enum<InchiStereoAndConformation>
Enum Constant and Description |
---|
MINUS
R.
|
NONE
NONE
|
OPPOSITE |
PLUS
S.
|
TOGETHER |
UNKNOWN
Default
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Returns short description of the stereo.
|
int |
type()
Returns type of stereo.
|
static InchiStereoAndConformation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InchiStereoAndConformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InchiStereoAndConformation UNKNOWN
public static final InchiStereoAndConformation MINUS
public static final InchiStereoAndConformation PLUS
public static final InchiStereoAndConformation NONE
public static final InchiStereoAndConformation TOGETHER
public static final InchiStereoAndConformation OPPOSITE
public static InchiStereoAndConformation[] values()
for (InchiStereoAndConformation c : InchiStereoAndConformation.values()) System.out.println(c);
public static InchiStereoAndConformation 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 int type()
public java.lang.String description()