public static enum Stereocenters.Stereocenter extends Enum<Stereocenters.Stereocenter>
Enum Constant and Description |
---|
Non
Non stereo-centre.
|
Para
Atom resembles a stereo-centre (para).
|
Potential
Atom is a potential stereo-centre
|
True
Atom is a true stereo-centre.
|
Modifier and Type | Method and Description |
---|---|
static Stereocenters.Stereocenter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stereocenters.Stereocenter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stereocenters.Stereocenter True
public static final Stereocenters.Stereocenter Para
public static final Stereocenters.Stereocenter Potential
public static final Stereocenters.Stereocenter Non
public static Stereocenters.Stereocenter[] values()
for (Stereocenters.Stereocenter c : Stereocenters.Stereocenter.values()) System.out.println(c);
public static Stereocenters.Stereocenter 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 nullCopyright © 2018. All Rights Reserved.