public static enum DecisionNodeWizard.RuleOptions extends Enum<DecisionNodeWizard.RuleOptions>
| Enum Constant and Description |
|---|
options_allsubtructure |
options_anysubtructure |
options_aromatic |
options_aromaticrings |
options_descriptorrrange |
options_heteroaromatic |
options_molweight |
options_property |
options_smarts |
options_structure |
| Modifier and Type | Method and Description |
|---|---|
static DecisionNodeWizard.RuleOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionNodeWizard.RuleOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecisionNodeWizard.RuleOptions options_allsubtructure
public static final DecisionNodeWizard.RuleOptions options_anysubtructure
public static final DecisionNodeWizard.RuleOptions options_smarts
public static final DecisionNodeWizard.RuleOptions options_structure
public static final DecisionNodeWizard.RuleOptions options_aromatic
public static final DecisionNodeWizard.RuleOptions options_heteroaromatic
public static final DecisionNodeWizard.RuleOptions options_aromaticrings
public static final DecisionNodeWizard.RuleOptions options_descriptorrrange
public static final DecisionNodeWizard.RuleOptions options_property
public static final DecisionNodeWizard.RuleOptions options_molweight
public static DecisionNodeWizard.RuleOptions[] values()
for (DecisionNodeWizard.RuleOptions c : DecisionNodeWizard.RuleOptions.values()) System.out.println(c);
public static DecisionNodeWizard.RuleOptions 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–2018 Ideaconsult Ltd. All rights reserved.