com.im.df.api 5.9

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

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

public static interface DFNewTypeWellKnownOptions.NewDataTree
extends DFNewTypeWellKnownOptions.SingleDFItem

Options for creating a new DFDataTree


Field Summary
static String PROP_ROOT_ENTITY
           
 
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
 DFEntity getRootEntity()
           
 void setRootEntity(DFEntity rootEntity)
           
 
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_ROOT_ENTITY

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

getRootEntity

DFEntity getRootEntity()

setRootEntity

void setRootEntity(DFEntity rootEntity)

com.im.df.api 5.9