public static enum IDoubleBondStereochemistry.Conformation extends Enum<IDoubleBondStereochemistry.Conformation>
Modifier and Type | Method and Description |
---|---|
IDoubleBondStereochemistry.Conformation |
invert()
Invert this conformation, inv(together) = opposite, inv(opposite)
= together.
|
static int |
toConfig(IDoubleBondStereochemistry.Conformation conformation) |
static IDoubleBondStereochemistry.Conformation |
toConformation(int config) |
static IDoubleBondStereochemistry.Conformation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDoubleBondStereochemistry.Conformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDoubleBondStereochemistry.Conformation TOGETHER
public static final IDoubleBondStereochemistry.Conformation OPPOSITE
public static IDoubleBondStereochemistry.Conformation[] values()
for (IDoubleBondStereochemistry.Conformation c : IDoubleBondStereochemistry.Conformation.values()) System.out.println(c);
public static IDoubleBondStereochemistry.Conformation 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 nullpublic static IDoubleBondStereochemistry.Conformation toConformation(int config)
public static int toConfig(IDoubleBondStereochemistry.Conformation conformation)
public IDoubleBondStereochemistry.Conformation invert()
Copyright © 2021. All rights reserved.