com.im.df.api 5.9

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

All Superinterfaces:
DFNewTypeOptions, DFNewTypeWellKnownOptions.FieldOptions, DFNewTypeWellKnownOptions.NewDBField, DFNewTypeWellKnownOptions.SingleDFItem
Enclosing interface:
DFNewTypeWellKnownOptions

public static interface DFNewTypeWellKnownOptions.NewCTField
extends DFNewTypeWellKnownOptions.NewDBField

Options for creating a new DFField with DFFieldChemicalTermsCapability


Field Summary
static String PROP_FORMULA
           
static String PROP_GENERIC_TYPE
           
 
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
 String getFormula()
           
 GenericColumnType getGenericType()
           
 List<GenericColumnType> getSupportedGenericTypes()
           
 void setFormula(String formula)
           
 void setGenericType(GenericColumnType type)
           
 
Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
getColumns, getDefaultValue, getRequired, isDisctinctValues, setColumnBaseName, setDefaultValue, setDisctinctValues, setRequired
 
Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.FieldOptions
createInsertOptions, getConvertor
 
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_FORMULA

static final String PROP_FORMULA
See Also:
Constant Field Values

PROP_GENERIC_TYPE

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

getFormula

String getFormula()

setFormula

void setFormula(String formula)

getSupportedGenericTypes

List<GenericColumnType> getSupportedGenericTypes()

setGenericType

void setGenericType(GenericColumnType type)

getGenericType

GenericColumnType getGenericType()

com.im.df.api 5.9