com.im.df.api.support
Interface DFNewTypeWellKnownOptions.ExistingJChemEntity
- All Superinterfaces:
- DFNewTypeOptions, DFNewTypeWellKnownOptions.EntityDBOptions, DFNewTypeWellKnownOptions.EntityOptions, DFNewTypeWellKnownOptions.ExistingDBEntity, DFNewTypeWellKnownOptions.SingleDFItem
- Enclosing interface:
- DFNewTypeWellKnownOptions
public static interface DFNewTypeWellKnownOptions.ExistingJChemEntity
- extends DFNewTypeWellKnownOptions.ExistingDBEntity
Options for creating a new DFEntity with JChemEntityCapability
where database JChem table already exists (so called promote entity).
PROP_DUPLICATE_FILTERING
static final String PROP_DUPLICATE_FILTERING
- See Also:
- Constant Field Values
PROP_TAUTOMER_DUPLICATE_CHECKING
static final String PROP_TAUTOMER_DUPLICATE_CHECKING
- See Also:
- Constant Field Values
PROP_EMPTY_STRUCTURES_ALLOWED
static final String PROP_EMPTY_STRUCTURES_ALLOWED
- See Also:
- Constant Field Values
PROP_JCHEM_PROPERTY_TABLE
static final String PROP_JCHEM_PROPERTY_TABLE
- See Also:
- Constant Field Values
getJChemPropertyTable
SchemaQualifiedName getJChemPropertyTable()
isDuplicateFiltering
boolean isDuplicateFiltering()
setDuplicateFiltering
void setDuplicateFiltering(boolean duplicateFiltering)
isTautomerDuplicateChecking
boolean isTautomerDuplicateChecking()
isEmptyStructuresAllowed
boolean isEmptyStructuresAllowed()
setEmptyStructuresAllowed
void setEmptyStructuresAllowed(boolean emptyStructuresAllowed)