com.im.df.api 5.9

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

All Superinterfaces:
DFNewTypeOptions
All Known Subinterfaces:
DFNewTypeWellKnownOptions.ClonedList, DFNewTypeWellKnownOptions.ClonedQuery, DFNewTypeWellKnownOptions.ClonedScript, DFNewTypeWellKnownOptions.ClonedView, DFNewTypeWellKnownOptions.EntityDBOptions, DFNewTypeWellKnownOptions.EntityOptions, DFNewTypeWellKnownOptions.ExistingDBEntity, DFNewTypeWellKnownOptions.ExistingDBField, DFNewTypeWellKnownOptions.ExistingJChemEntity, DFNewTypeWellKnownOptions.ExistingRelationship, DFNewTypeWellKnownOptions.FieldOptions, DFNewTypeWellKnownOptions.NewCalulatedField, DFNewTypeWellKnownOptions.NewCTField, DFNewTypeWellKnownOptions.NewDataTree, DFNewTypeWellKnownOptions.NewDBEntity, DFNewTypeWellKnownOptions.NewDBField, DFNewTypeWellKnownOptions.NewDynamicURLField, DFNewTypeWellKnownOptions.NewJChemBaseEntity, DFNewTypeWellKnownOptions.NewList, DFNewTypeWellKnownOptions.NewMimeTypeField, DFNewTypeWellKnownOptions.NewQuery, DFNewTypeWellKnownOptions.NewRelationship, DFNewTypeWellKnownOptions.NewRelationshipMN, DFNewTypeWellKnownOptions.NewRelationshipSimple, DFNewTypeWellKnownOptions.NewScript, DFNewTypeWellKnownOptions.NewStandardDBEntity, DFNewTypeWellKnownOptions.NewView
Enclosing interface:
DFNewTypeWellKnownOptions

public static interface DFNewTypeWellKnownOptions.SingleDFItem
extends DFNewTypeOptions

Options for creating any single DFItem


Field Summary
static String PROP_DESCRIPTION
           
static String PROP_NEW_DFITEM_NAME
           
 
Fields inherited from interface com.im.df.api.support.DFNewTypeOptions
PROP_ERROR_MESSAGE, PROP_VALID
 
Method Summary
 String getDescription()
           
 String getNewDFItemName()
           
 void setDescription(String description)
          Sets description for the item
 void setNewDFItemName(String name)
          Set name for the item to be created.
 void setNewDFItemNameSafe(String name)
          Set name for the item to be created.
 
Methods inherited from interface com.im.df.api.support.DFNewTypeOptions
addPropertyChangeListener, getErrorMessage, isValid, removeAllPropertyChangeListener, removePropertyChangeListener
 

Field Detail

PROP_NEW_DFITEM_NAME

static final String PROP_NEW_DFITEM_NAME
See Also:
Constant Field Values

PROP_DESCRIPTION

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

getNewDFItemName

String getNewDFItemName()
Returns:
The new item name

setNewDFItemName

void setNewDFItemName(String name)
Set name for the item to be created. This name corresponds to DFItem.name property


setNewDFItemNameSafe

void setNewDFItemNameSafe(String name)
Set name for the item to be created. The name is going to be normalized so it should be safe (correct format and not used). This name corresponds to DFItem.name property


getDescription

String getDescription()

setDescription

void setDescription(String description)
Sets description for the item

Parameters:
description - The new description

com.im.df.api 5.9