|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParentDeleteDRIRuleType | |
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl |
Uses of ParentDeleteDRIRuleType in org.eclipse.datatools.modelbase.dbdefinition |
Fields in org.eclipse.datatools.modelbase.dbdefinition declared as ParentDeleteDRIRuleType | |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.NO_ACTION_LITERAL
The 'NO ACTION' literal object. |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.RESTRICT_LITERAL
The 'RESTRICT' literal object. |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.CASCADE_LITERAL
The 'CASCADE' literal object. |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.SET_NULL_LITERAL
The 'SET NULL' literal object. |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.SET_DEFAULT_LITERAL
The 'SET DEFAULT' literal object. |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return ParentDeleteDRIRuleType | |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.get(java.lang.String literal)
Returns the 'Parent Delete DRI Rule Type' literal with the specified literal value. |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.getByName(java.lang.String name)
Returns the 'Parent Delete DRI Rule Type' literal with the specified name. |
static ParentDeleteDRIRuleType |
ParentDeleteDRIRuleType.get(int value)
Returns the 'Parent Delete DRI Rule Type' literal with the specified integer value. |
Uses of ParentDeleteDRIRuleType in org.eclipse.datatools.modelbase.dbdefinition.impl |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return ParentDeleteDRIRuleType | |
ParentDeleteDRIRuleType |
DatabaseDefinitionFactoryImpl.createParentDeleteDRIRuleTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |