public static enum DragonShell._options extends Enum<DragonShell._options>
Enum Constant and Description |
---|
Add2DHydrogens |
DESCRIPTORS |
Missing_String |
RejectUnusualValence |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
Object |
setParams(String[] parameters,
DragonDescriptorDictionary dictionary) |
static DragonShell._options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DragonShell._options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DragonShell._options DESCRIPTORS
public static final DragonShell._options Missing_String
public static final DragonShell._options RejectUnusualValence
public static final DragonShell._options Add2DHydrogens
public static DragonShell._options[] values()
for (DragonShell._options c : DragonShell._options.values()) System.out.println(c);
public static DragonShell._options 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 Object getDefaultValue()
public Object setParams(String[] parameters, DragonDescriptorDictionary dictionary)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.