Package com.im.df.query
Interface JChemSearchConstants
-
public interface JChemSearchConstantsJChem search constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_STANDARDIZER_CONFIG_XMLDefault standardizer xml configuration.static StringJCHEM_SEARCH_OPTIONSKey for structure search options.static StringVALUE_STEREO_EXACTstatic StringVALUE_STEREO_OFFstatic StringVALUE_STEREO_ONThis 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
-
DEFAULT_STANDARDIZER_CONFIG_XML
static final String DEFAULT_STANDARDIZER_CONFIG_XML
Default standardizer xml configuration.
-
-