com.im.df.api 5.9

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

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

public static interface DFNewTypeWellKnownOptions.NewRelationshipSimple
extends DFNewTypeWellKnownOptions.NewRelationship


Field Summary
static String PROP_FOREIGN_KEY
           
 
Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
PROP_CREATE_FOREIGN_KEY, PROP_DEST_FIELD, PROP_REL_TYPE, PROP_SRC_FIELD
 
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
 DFNewTypeWellKnownOptions.NewRelationshipFK getForeignKey()
           
 
Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
getDstField, getRelType, getSrcField, isCreateConstraints, setCreateConstraints, setDstField, setRelType, setSrcField
 
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_FOREIGN_KEY

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

getForeignKey

DFNewTypeWellKnownOptions.NewRelationshipFK getForeignKey()

com.im.df.api 5.9