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