protected static enum ToXMLReaderSimple.toxml_names extends Enum<ToXMLReaderSimple.toxml_names>
Enum Constant and Description |
---|
chemName |
IUPACName |
synonym |
trade |
tradeName |
Modifier and Type | Method and Description |
---|---|
String |
sameas() |
static ToXMLReaderSimple.toxml_names |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToXMLReaderSimple.toxml_names[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToXMLReaderSimple.toxml_names chemName
public static final ToXMLReaderSimple.toxml_names IUPACName
public static final ToXMLReaderSimple.toxml_names synonym
public static final ToXMLReaderSimple.toxml_names tradeName
public static final ToXMLReaderSimple.toxml_names trade
public static ToXMLReaderSimple.toxml_names[] values()
for (ToXMLReaderSimple.toxml_names c : ToXMLReaderSimple.toxml_names.values()) System.out.println(c);
public static ToXMLReaderSimple.toxml_names 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 nullpublic String sameas()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.