|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.schema.ReferentialActionType
A representation of the literals of the enumeration 'Referential Action Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12
SQLSchemaPackage.getReferentialActionType()
,
Serialized FormField Summary | |
static int |
CASCADE
The 'CASCADE' literal value. |
static ReferentialActionType |
CASCADE_LITERAL
The 'CASCADE' literal object. |
static int |
NO_ACTION
The 'NO ACTION' literal value. |
static ReferentialActionType |
NO_ACTION_LITERAL
The 'NO ACTION' literal object. |
static int |
RESTRICT
The 'RESTRICT' literal value. |
static ReferentialActionType |
RESTRICT_LITERAL
The 'RESTRICT' literal object. |
static int |
SET_DEFAULT
The 'SET DEFAULT' literal value. |
static ReferentialActionType |
SET_DEFAULT_LITERAL
The 'SET DEFAULT' literal object. |
static int |
SET_NULL
The 'SET NULL' literal value. |
static ReferentialActionType |
SET_NULL_LITERAL
The 'SET NULL' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Referential Action Type' enumerators. |
Method Summary | |
static ReferentialActionType |
get(int value)
Returns the 'Referential Action Type' literal with the specified integer value. |
static ReferentialActionType |
get(java.lang.String literal)
Returns the 'Referential Action Type' literal with the specified literal value. |
static ReferentialActionType |
getByName(java.lang.String name)
Returns the 'Referential Action 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 ReferentialActionType 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 ReferentialActionType 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 ReferentialActionType 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 ReferentialActionType 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 ReferentialActionType 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 ReferentialActionType get(java.lang.String literal)
public static ReferentialActionType getByName(java.lang.String name)
public static ReferentialActionType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |