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