public static enum ConvertDoubleBondsAction.Type extends java.lang.Enum<ConvertDoubleBondsAction.Type>
Enum Constant and Description |
---|
CROSSED
Crossed double bond type
|
WIGGLY
Wiggly double bond type
|
Modifier and Type | Method and Description |
---|---|
static ConvertDoubleBondsAction.Type |
parse(java.lang.String type)
Parses the type of the convert double bonds action
|
java.lang.String |
toString() |
static ConvertDoubleBondsAction.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConvertDoubleBondsAction.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertDoubleBondsAction.Type CROSSED
public static final ConvertDoubleBondsAction.Type WIGGLY
public static ConvertDoubleBondsAction.Type[] values()
for (ConvertDoubleBondsAction.Type c : ConvertDoubleBondsAction.Type.values()) System.out.println(c);
public static ConvertDoubleBondsAction.Type 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 toString()
toString
in class java.lang.Enum<ConvertDoubleBondsAction.Type>
public static ConvertDoubleBondsAction.Type parse(java.lang.String type)
type
- the string representation of the type to be parsed