public static enum ISLNDictionaryObject.Type extends Enum<ISLNDictionaryObject.Type>
Enum Constant and Description |
---|
ATOM |
BOND |
FRAGMENT |
MACRO_ATOM |
MARKUSH_ATOM |
QUERY |
REACTION |
STRUCTURE |
Modifier and Type | Method and Description |
---|---|
static ISLNDictionaryObject.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISLNDictionaryObject.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISLNDictionaryObject.Type ATOM
public static final ISLNDictionaryObject.Type MACRO_ATOM
public static final ISLNDictionaryObject.Type MARKUSH_ATOM
public static final ISLNDictionaryObject.Type BOND
public static final ISLNDictionaryObject.Type FRAGMENT
public static final ISLNDictionaryObject.Type STRUCTURE
public static final ISLNDictionaryObject.Type QUERY
public static final ISLNDictionaryObject.Type REACTION
public static ISLNDictionaryObject.Type[] values()
for (ISLNDictionaryObject.Type c : ISLNDictionaryObject.Type.values()) System.out.println(c);
public static ISLNDictionaryObject.Type 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 nullCopyright © 2004–2021 Ideaconsult Ltd.. All rights reserved.