com.im.df/1 5.9.1

com.im.df.query
Interface JChemSearchConstants

All Known Implementing Classes:
ExactSearchParamsPanel, IJCJChemSearchOptions, JChemSearchParametersPanel, PerfectSearchParamsPanel, SimilaritySearchParamsPanel

public interface JChemSearchConstants

TODO - refactoring needed


Field Summary
static String JCHEM_SEARCH_OPTIONS
          key for structure search options
static String VALUE_STEREO_EXACT
           
static String VALUE_STEREO_OFF
           
static String VALUE_STEREO_ON
          This property must contain a String value of one of the VALUE_STEREO properties
 

Field Detail

JCHEM_SEARCH_OPTIONS

static final String JCHEM_SEARCH_OPTIONS
key for structure search options

See Also:
Constant Field Values

VALUE_STEREO_ON

static final String VALUE_STEREO_ON
This property must contain a String value of one of the VALUE_STEREO properties

See Also:
Constant Field Values

VALUE_STEREO_EXACT

static final String VALUE_STEREO_EXACT
See Also:
Constant Field Values

VALUE_STEREO_OFF

static final String VALUE_STEREO_OFF
See Also:
Constant Field Values

com.im.df/1 5.9.1