|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.dbdefinition.ParentUpdateDRIRuleType
public final class ParentUpdateDRIRuleType
A representation of the literals of the enumeration 'Parent Update DRI Rule Type', and utility methods for working with them.
DatabaseDefinitionPackage.getParentUpdateDRIRuleType()
Field Summary | |
---|---|
static int |
CASCADE
The 'CASCADE' literal value. |
static ParentUpdateDRIRuleType |
CASCADE_LITERAL
The 'CASCADE' literal object. |
static int |
NO_ACTION
The 'NO ACTION' literal value. |
static ParentUpdateDRIRuleType |
NO_ACTION_LITERAL
The 'NO ACTION' literal object. |
static int |
RESTRICT
The 'RESTRICT' literal value. |
static ParentUpdateDRIRuleType |
RESTRICT_LITERAL
The 'RESTRICT' literal object. |
static int |
SET_DEFAULT
The 'SET DEFAULT' literal value. |
static ParentUpdateDRIRuleType |
SET_DEFAULT_LITERAL
The 'SET DEFAULT' literal object. |
static int |
SET_NULL
The 'SET NULL' literal value. |
static ParentUpdateDRIRuleType |
SET_NULL_LITERAL
The 'SET NULL' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Parent Update DRI Rule Type' enumerators. |
Method Summary | |
---|---|
static ParentUpdateDRIRuleType |
get(int value)
Returns the 'Parent Update DRI Rule Type' literal with the specified integer value. |
static ParentUpdateDRIRuleType |
get(java.lang.String literal)
Returns the 'Parent Update DRI Rule Type' literal with the specified literal value. |
static ParentUpdateDRIRuleType |
getByName(java.lang.String name)
Returns the 'Parent Update DRI Rule Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_ACTION
NO_ACTION_LITERAL
,
Constant Field Valuespublic static final int RESTRICT
RESTRICT_LITERAL
,
Constant Field Valuespublic static final int CASCADE
CASCADE_LITERAL
,
Constant Field Valuespublic static final int SET_NULL
SET_NULL_LITERAL
,
Constant Field Valuespublic static final int SET_DEFAULT
SET_DEFAULT_LITERAL
,
Constant Field Valuespublic static final ParentUpdateDRIRuleType NO_ACTION_LITERAL
If the meaning of 'NO ACTION' literal object isn't clear, there really should be more of a description here...
NO_ACTION
public static final ParentUpdateDRIRuleType RESTRICT_LITERAL
If the meaning of 'RESTRICT' literal object isn't clear, there really should be more of a description here...
RESTRICT
public static final ParentUpdateDRIRuleType CASCADE_LITERAL
If the meaning of 'CASCADE' literal object isn't clear, there really should be more of a description here...
CASCADE
public static final ParentUpdateDRIRuleType SET_NULL_LITERAL
If the meaning of 'SET NULL' literal object isn't clear, there really should be more of a description here...
SET_NULL
public static final ParentUpdateDRIRuleType SET_DEFAULT_LITERAL
If the meaning of 'SET DEFAULT' literal object isn't clear, there really should be more of a description here...
SET_DEFAULT
public static final java.util.List VALUES
Method Detail |
---|
public static ParentUpdateDRIRuleType get(java.lang.String literal)
public static ParentUpdateDRIRuleType getByName(java.lang.String name)
public static ParentUpdateDRIRuleType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |