Package com.im.df.query
Interface JChemSearchConstants
-
public interface JChemSearchConstants
JChem search constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_STANDARDIZER_CONFIG_XML
Default standardizer xml configuration.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
-
DEFAULT_STANDARDIZER_CONFIG_XML
static final String DEFAULT_STANDARDIZER_CONFIG_XML
Default standardizer xml configuration.
-
-