8.15 OEMolBaseType

namespace OEMolBaseType
{
  const unsigned int Undefined = 0;
  const unsigned int OEDefault = 1;
  const unsigned int OEDBMol   = 2;
  const unsigned int OESMol    = 3;
  const unsigned int MaxType   = 4;
}

The values in this namespace specify the OEMolBase implementation type to be allocated when passed to a factory method (see Section 4.104).