CisTransStereoIUPACDescriptor
.@Deprecated public static enum StereoConstants.StereoValue.CisTransStereo extends Enum<StereoConstants.StereoValue.CisTransStereo> implements StereoConstants.StereoValue
StereoConstants.StereoValue.AtropStereo, StereoConstants.StereoValue.AxialStereo, StereoConstants.StereoValue.CisTransStereo, StereoConstants.StereoValue.TetrahedralStereo
Enum Constant and Description |
---|
CIS
Deprecated.
If substituents located on the same side of the reference plane.
|
TRANS
Deprecated.
If substituents located on the opposite side of the reference plane.
|
UNKNOWN
Deprecated.
Unknown stereo information.
|
WIGGLY
Deprecated.
CIS | TRANS.
|
Modifier and Type | Method and Description |
---|---|
static StereoConstants.StereoValue.CisTransStereo |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StereoConstants.StereoValue.CisTransStereo[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoConstants.StereoValue.CisTransStereo CIS
public static final StereoConstants.StereoValue.CisTransStereo TRANS
public static final StereoConstants.StereoValue.CisTransStereo UNKNOWN
public static final StereoConstants.StereoValue.CisTransStereo WIGGLY
public static StereoConstants.StereoValue.CisTransStereo[] values()
for (StereoConstants.StereoValue.CisTransStereo c : StereoConstants.StereoValue.CisTransStereo.values()) System.out.println(c);
public static StereoConstants.StereoValue.CisTransStereo valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null