Class LegacyConstants


  • public final class LegacyConstants
    extends java.lang.Object
    This class contains a few constants which must be in DIF API because of compatibility. Do not use these constants as these will be refactored and removed in next release.
    Author:
    Petr Hamernik
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DATA_TREE_PATH
      The path down the dta tree in terms of the DFRelationship.Directions
      static java.lang.String JCHEM_SEARCH_OPTIONS
      key for structure search options
      static java.lang.String VALUE_STEREO_EXACT  
      static java.lang.String VALUE_STEREO_OFF  
      static java.lang.String VALUE_STEREO_ON
      This property must contain a String value of one of the VALUE_STEREO properties
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • JCHEM_SEARCH_OPTIONS

        public static final java.lang.String JCHEM_SEARCH_OPTIONS
        key for structure search options
        See Also:
        Constant Field Values
      • VALUE_STEREO_ON

        public static final java.lang.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

        public static final java.lang.String VALUE_STEREO_EXACT
        See Also:
        Constant Field Values
      • VALUE_STEREO_OFF

        public static final java.lang.String VALUE_STEREO_OFF
        See Also:
        Constant Field Values
      • DATA_TREE_PATH

        public static final java.lang.String DATA_TREE_PATH
        The path down the dta tree in terms of the DFRelationship.Directions
        See Also:
        Constant Field Values