public static enum ITetrahedralChirality.Stereo extends Enum<ITetrahedralChirality.Stereo>
Enum Constant and Description |
---|
ANTI_CLOCKWISE |
CLOCKWISE |
Modifier and Type | Method and Description |
---|---|
ITetrahedralChirality.Stereo |
invert()
Invert this conformation, inv(clockwise) = anti_clockwise,
inv(anti_clockwise) = clockwise.
|
static int |
toConfig(ITetrahedralChirality.Stereo stereo) |
static ITetrahedralChirality.Stereo |
toStereo(int cfg) |
static ITetrahedralChirality.Stereo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITetrahedralChirality.Stereo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITetrahedralChirality.Stereo CLOCKWISE
public static final ITetrahedralChirality.Stereo ANTI_CLOCKWISE
public static ITetrahedralChirality.Stereo[] values()
for (ITetrahedralChirality.Stereo c : ITetrahedralChirality.Stereo.values()) System.out.println(c);
public static ITetrahedralChirality.Stereo 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 int toConfig(ITetrahedralChirality.Stereo stereo)
public static ITetrahedralChirality.Stereo toStereo(int cfg)
public ITetrahedralChirality.Stereo invert()
Copyright © 2021. All rights reserved.