public static enum StereoTool.StereoClass extends Enum<StereoTool.StereoClass>
Enum Constant and Description |
---|
OCTAHEDRAL |
SQUARE_PLANAR |
TETRAHEDRAL |
TRIGONAL_BIPYRAMIDAL |
Modifier and Type | Method and Description |
---|---|
static StereoTool.StereoClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StereoTool.StereoClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoTool.StereoClass TETRAHEDRAL
public static final StereoTool.StereoClass SQUARE_PLANAR
public static final StereoTool.StereoClass TRIGONAL_BIPYRAMIDAL
public static final StereoTool.StereoClass OCTAHEDRAL
public static StereoTool.StereoClass[] values()
for (StereoTool.StereoClass c : StereoTool.StereoClass.values()) System.out.println(c);
public static StereoTool.StereoClass 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 © 2017. All Rights Reserved.