Package chemaxon.checkers.result
Class ConvertConstants
- java.lang.Object
-
- chemaxon.checkers.result.ConvertConstants
-
@PublicAPI public final class ConvertConstants extends Object
This class contains convert relevant constants- Since:
- Marvin 5.7
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATOM_ATOM_MAP
ThisString
represents the key of cloned atom, original atom mapstatic String
BOND_BOND_MAP
ThisString
represents the key of cloned bond, original bond mapstatic String
SGROUP_SGROUP_MAP
ThisString
represents the key of cloned sgroup, original sgroup map
-
Constructor Summary
Constructors Constructor Description ConvertConstants()
-
-
-
Field Detail
-
ATOM_ATOM_MAP
public static final String ATOM_ATOM_MAP
ThisString
represents the key of cloned atom, original atom map- See Also:
- Constant Field Values
-
BOND_BOND_MAP
public static final String BOND_BOND_MAP
ThisString
represents the key of cloned bond, original bond map- See Also:
- Constant Field Values
-
SGROUP_SGROUP_MAP
public static final String SGROUP_SGROUP_MAP
ThisString
represents the key of cloned sgroup, original sgroup map- See Also:
- Constant Field Values
-
-