public static enum OpsinWarning.OpsinWarningType extends java.lang.Enum<OpsinWarning.OpsinWarningType>
Enum Constant and Description |
---|
APPEARS_AMBIGUOUS
OPSIN made a choice that appeared to be ambiguous to give this structure i.e.
|
STEREOCHEMISTRY_IGNORED
OPSIN ignored stereochemistry from the input name to give this structure.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExplanation() |
static OpsinWarning.OpsinWarningType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpsinWarning.OpsinWarningType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpsinWarning.OpsinWarningType STEREOCHEMISTRY_IGNORED
public static final OpsinWarning.OpsinWarningType APPEARS_AMBIGUOUS
public static OpsinWarning.OpsinWarningType[] values()
for (OpsinWarning.OpsinWarningType c : OpsinWarning.OpsinWarningType.values()) System.out.println(c);
public static OpsinWarning.OpsinWarningType 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 java.lang.String getExplanation()