com.im.df.api 5.9

com.im.df.api.support
Interface DFNewTypeWellKnownOptions.NewDBEntity

All Superinterfaces:
DFNewTypeOptions, DFNewTypeWellKnownOptions.EntityDBOptions, DFNewTypeWellKnownOptions.EntityOptions, DFNewTypeWellKnownOptions.SingleDFItem
All Known Subinterfaces:
DFNewTypeWellKnownOptions.NewJChemBaseEntity, DFNewTypeWellKnownOptions.NewStandardDBEntity
Enclosing interface:
DFNewTypeWellKnownOptions

public static interface DFNewTypeWellKnownOptions.NewDBEntity
extends DFNewTypeWellKnownOptions.EntityDBOptions

Options for creating a new DFEntity with DBEntityCapability


Field Summary
 
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
 List<DFDataAcceptor> getAcceptors()
          Returns a list of acceptors for the entity's supported fields.
 
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
 

Method Detail

getAcceptors

List<DFDataAcceptor> getAcceptors()
Returns a list of acceptors for the entity's supported fields. Acceptors can be used to determine, if this entity supports all data we have


com.im.df.api 5.9