public static enum MolPluginCore.PluginType extends Enum<MolPluginCore.PluginType>
| Enum Constant and Description |
|---|
MarvinJS |
MolPaintJS |
OpenChemLibJS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MolPluginCore.PluginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MolPluginCore.PluginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolPluginCore.PluginType OpenChemLibJS
public static final MolPluginCore.PluginType MolPaintJS
public static final MolPluginCore.PluginType MarvinJS
public static MolPluginCore.PluginType[] values()
for (MolPluginCore.PluginType c : MolPluginCore.PluginType.values()) System.out.println(c);
public static MolPluginCore.PluginType 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 toString()
toString in class Enum<MolPluginCore.PluginType>Copyright © 2021 Leibniz Institute of Plant Biochemistry (IPB), Halle (Saale), Germany. All rights reserved.