Uses of Class
org.eclipse.datatools.modelbase.dbdefinition.ParentUpdateDRIRuleType

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.NO_ACTION_LITERAL
          The 'NO ACTION' literal object.
static ParentUpdateDRIRuleType ParentUpdateDRIRuleType.RESTRICT_LITERAL
          The 'RESTRICT' literal object.
static ParentUpdateDRIRuleType ParentUpdateDRIRuleType.CASCADE_LITERAL
          The 'CASCADE' literal object.
static ParentUpdateDRIRuleType ParentUpdateDRIRuleType.SET_NULL_LITERAL
          The 'SET NULL' literal object.
static ParentUpdateDRIRuleType ParentUpdateDRIRuleType.SET_DEFAULT_LITERAL
          The 'SET DEFAULT' literal object.
 

Methods in org.eclipse.datatools.modelbase.dbdefinition that return ParentUpdateDRIRuleType
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.
static ParentUpdateDRIRuleType ParentUpdateDRIRuleType.get(int value)
          Returns the 'Parent Update DRI Rule Type' literal with the specified integer value.
 

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)
           
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.