public static enum Molfile.Mode extends Enum<Molfile.Mode>
| Enum Constant and Description |
|---|
RELAXED
Only fail on serious format problems in the molfile.
|
STRICT
Fail on any format problem in the molfile.
|
| Modifier and Type | Method and Description |
|---|---|
static Molfile.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Molfile.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Molfile.Mode RELAXED
public static final Molfile.Mode STRICT
public static Molfile.Mode[] values()
for (Molfile.Mode c : Molfile.Mode.values()) System.out.println(c);
public static Molfile.Mode 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.