public static enum ResonanceMolSupplier.ResonanceFlags extends java.lang.Enum<ResonanceMolSupplier.ResonanceFlags>
Enum Constant and Description |
---|
ALLOW_CHARGE_SEPARATION |
ALLOW_INCOMPLETE_OCTETS |
KEKULE_ALL |
UNCONSTRAINED_ANIONS |
UNCONSTRAINED_CATIONS |
Modifier and Type | Method and Description |
---|---|
static ResonanceMolSupplier.ResonanceFlags |
swigToEnum(int swigValue) |
int |
swigValue() |
static ResonanceMolSupplier.ResonanceFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResonanceMolSupplier.ResonanceFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResonanceMolSupplier.ResonanceFlags ALLOW_INCOMPLETE_OCTETS
public static final ResonanceMolSupplier.ResonanceFlags ALLOW_CHARGE_SEPARATION
public static final ResonanceMolSupplier.ResonanceFlags KEKULE_ALL
public static final ResonanceMolSupplier.ResonanceFlags UNCONSTRAINED_CATIONS
public static final ResonanceMolSupplier.ResonanceFlags UNCONSTRAINED_ANIONS
public static ResonanceMolSupplier.ResonanceFlags[] values()
for (ResonanceMolSupplier.ResonanceFlags c : ResonanceMolSupplier.ResonanceFlags.values()) System.out.println(c);
public static ResonanceMolSupplier.ResonanceFlags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static ResonanceMolSupplier.ResonanceFlags swigToEnum(int swigValue)