com.im.df.api 5.9

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

All Superinterfaces:
DFNewTypeOptions, DFNewTypeWellKnownOptions.EntityOptions, DFNewTypeWellKnownOptions.SingleDFItem
All Known Subinterfaces:
DFNewTypeWellKnownOptions.ExistingDBEntity, DFNewTypeWellKnownOptions.ExistingJChemEntity, DFNewTypeWellKnownOptions.NewDBEntity, DFNewTypeWellKnownOptions.NewJChemBaseEntity, DFNewTypeWellKnownOptions.NewStandardDBEntity
Enclosing interface:
DFNewTypeWellKnownOptions

public static interface DFNewTypeWellKnownOptions.EntityDBOptions
extends DFNewTypeWellKnownOptions.EntityOptions

Options for creating DFEntity with DBEntityCapability


Field Summary
static String 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 getTableName()
           
 void setTableName(SchemaQualifiedName tableName)
           
 
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_TABLE_NAME

static final String PROP_TABLE_NAME
See Also:
Constant Field Values
Method Detail

getTableName

SchemaQualifiedName getTableName()

setTableName

void setTableName(SchemaQualifiedName tableName)

com.im.df.api 5.9