com.im.df.api 5.9

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).


Field Summary
static String PROP_DUPLICATE_FILTERING
           
static String PROP_EMPTY_STRUCTURES_ALLOWED
           
static String PROP_JCHEM_PROPERTY_TABLE
           
static String PROP_TAUTOMER_DUPLICATE_CHECKING
           
 
Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
PROP_ID_FIELD_COLUMN
 
Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions
PROP_TABLE_NAME
 
Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
PROP_DESCRIPTION, PROP_NEW_DFITEM_NAME
 
Fields inherited from interface com.im.df.api.support.DFNewTypeOptions
PROP_ERROR_MESSAGE, PROP_VALID
 
Method Summary
 SchemaQualifiedName getJChemPropertyTable()
           
 boolean isDuplicateFiltering()
           
 boolean isEmptyStructuresAllowed()
           
 boolean isTautomerDuplicateChecking()
           
 void setDuplicateFiltering(boolean duplicateFiltering)
           
 void setEmptyStructuresAllowed(boolean emptyStructuresAllowed)
           
 
Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
acceptsTable, getAvailableIdColumns, getIdFieldColumn, getIdFieldColumnInfo, setIdFieldColumn
 
Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions
getTableName, setTableName
 
Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
getDescription, getNewDFItemName, setDescription, setNewDFItemName, setNewDFItemNameSafe
 
Methods inherited from interface com.im.df.api.support.DFNewTypeOptions
addPropertyChangeListener, getErrorMessage, isValid, removeAllPropertyChangeListener, removePropertyChangeListener
 

Field Detail

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
Method Detail

getJChemPropertyTable

SchemaQualifiedName getJChemPropertyTable()

isDuplicateFiltering

boolean isDuplicateFiltering()

setDuplicateFiltering

void setDuplicateFiltering(boolean duplicateFiltering)

isTautomerDuplicateChecking

boolean isTautomerDuplicateChecking()

isEmptyStructuresAllowed

boolean isEmptyStructuresAllowed()

setEmptyStructuresAllowed

void setEmptyStructuresAllowed(boolean emptyStructuresAllowed)

com.im.df.api 5.9