toxtree.ui.wizard
Enum DecisionNodeWizard.RuleOptions
java.lang.Object
java.lang.Enum<DecisionNodeWizard.RuleOptions>
toxtree.ui.wizard.DecisionNodeWizard.RuleOptions
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<DecisionNodeWizard.RuleOptions>
- Enclosing class:
- DecisionNodeWizard
public static enum DecisionNodeWizard.RuleOptions
- extends java.lang.Enum<DecisionNodeWizard.RuleOptions>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
options_allsubtructure
public static final DecisionNodeWizard.RuleOptions options_allsubtructure
options_anysubtructure
public static final DecisionNodeWizard.RuleOptions options_anysubtructure
options_smarts
public static final DecisionNodeWizard.RuleOptions options_smarts
options_structure
public static final DecisionNodeWizard.RuleOptions options_structure
options_aromatic
public static final DecisionNodeWizard.RuleOptions options_aromatic
options_heteroaromatic
public static final DecisionNodeWizard.RuleOptions options_heteroaromatic
options_aromaticrings
public static final DecisionNodeWizard.RuleOptions options_aromaticrings
options_descriptorrrange
public static final DecisionNodeWizard.RuleOptions options_descriptorrrange
options_property
public static final DecisionNodeWizard.RuleOptions options_property
options_molweight
public static final DecisionNodeWizard.RuleOptions options_molweight
values
public static DecisionNodeWizard.RuleOptions[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DecisionNodeWizard.RuleOptions c : DecisionNodeWizard.RuleOptions.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DecisionNodeWizard.RuleOptions valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.