| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.modelbase.sql.schema.ReferentialActionType
public final class 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 Form| Field Summary | |
|---|---|
| static int | CASCADEThe 'CASCADE' literal value. | 
| static ReferentialActionType | CASCADE_LITERALThe 'CASCADE' literal object. | 
| static int | NO_ACTIONThe 'NO ACTION' literal value. | 
| static ReferentialActionType | NO_ACTION_LITERALThe 'NO ACTION' literal object. | 
| static int | RESTRICTThe 'RESTRICT' literal value. | 
| static ReferentialActionType | RESTRICT_LITERALThe 'RESTRICT' literal object. | 
| static int | SET_DEFAULTThe 'SET DEFAULT' literal value. | 
| static ReferentialActionType | SET_DEFAULT_LITERALThe 'SET DEFAULT' literal object. | 
| static int | SET_NULLThe 'SET NULL' literal value. | 
| static ReferentialActionType | SET_NULL_LITERALThe 'SET NULL' literal object. | 
| static java.util.List | VALUESA 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 org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, 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_ACTIONpublic static final ReferentialActionType RESTRICT_LITERAL
If the meaning of 'RESTRICT' literal object isn't clear, there really should be more of a description here...
RESTRICTpublic static final ReferentialActionType CASCADE_LITERAL
If the meaning of 'CASCADE' literal object isn't clear, there really should be more of a description here...
CASCADEpublic 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_NULLpublic 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_DEFAULTpublic 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 | |||||||||