public static enum SetHydrogenIsotopeSymbolAction.Type extends java.lang.Enum<SetHydrogenIsotopeSymbolAction.Type>
Enum Constant and Description |
---|
ISOTOPE_2H3H
2H/3H isotope symbol
|
ISOTOPE_DT
D/T isotope symbol
|
Modifier and Type | Method and Description |
---|---|
static SetHydrogenIsotopeSymbolAction.Type |
parse(java.lang.String type)
Parses the hydrogen isotope representation type
|
java.lang.String |
toString() |
static SetHydrogenIsotopeSymbolAction.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SetHydrogenIsotopeSymbolAction.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetHydrogenIsotopeSymbolAction.Type ISOTOPE_DT
public static final SetHydrogenIsotopeSymbolAction.Type ISOTOPE_2H3H
public static SetHydrogenIsotopeSymbolAction.Type[] values()
for (SetHydrogenIsotopeSymbolAction.Type c : SetHydrogenIsotopeSymbolAction.Type.values()) System.out.println(c);
public static SetHydrogenIsotopeSymbolAction.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<SetHydrogenIsotopeSymbolAction.Type>
public static SetHydrogenIsotopeSymbolAction.Type parse(java.lang.String type)
type
- the string representation of the hydrogen isotope representation type