Uses of Class
org.eclipse.wst.rdb.internal.models.dbdefinition.ParentUpdateDRIRuleType

Packages that use ParentUpdateDRIRuleType
org.eclipse.wst.rdb.internal.models.dbdefinition   
 

Uses of ParentUpdateDRIRuleType in org.eclipse.wst.rdb.internal.models.dbdefinition
 

Fields in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.dbdefinition that return ParentUpdateDRIRuleType
static ParentUpdateDRIRuleType ParentUpdateDRIRuleType.get(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 value.