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