public static enum CompoundImageTools.Mode2D extends Enum<CompoundImageTools.Mode2D>
Enum Constant and Description |
---|
any |
aromatic |
kekule |
saturationChecker |
smilesvalencychecker |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getURIParameter() |
static CompoundImageTools.Mode2D |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompoundImageTools.Mode2D[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompoundImageTools.Mode2D kekule
public static final CompoundImageTools.Mode2D saturationChecker
public static final CompoundImageTools.Mode2D smilesvalencychecker
public static final CompoundImageTools.Mode2D aromatic
public static final CompoundImageTools.Mode2D any
public static CompoundImageTools.Mode2D[] values()
for (CompoundImageTools.Mode2D c : CompoundImageTools.Mode2D.values()) System.out.println(c);
public static CompoundImageTools.Mode2D 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 String getURIParameter()
public String getDescription()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.