org.eclipse.wst.rdb.internal.models.sql.schema
Class ReferentialActionType

java.lang.Object
  |
  +--org.eclipse.emf.common.util.AbstractEnumerator
        |
        +--org.eclipse.wst.rdb.internal.models.sql.schema.ReferentialActionType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class ReferentialActionType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Referential Action Type', and utility methods for working with them.

See Also:
SQLSchemaPackage.getReferentialActionType()

Field 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 value.
static ReferentialActionType get(java.lang.String name)
          Returns the 'Referential Action Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_ACTION

public static final int NO_ACTION
The 'NO ACTION' literal value.
See Also:
NO_ACTION_LITERAL

RESTRICT

public static final int RESTRICT
The 'RESTRICT' literal value.
See Also:
RESTRICT_LITERAL

CASCADE

public static final int CASCADE
The 'CASCADE' literal value.
See Also:
CASCADE_LITERAL

SET_NULL

public static final int SET_NULL
The 'SET NULL' literal value.
See Also:
SET_NULL_LITERAL

SET_DEFAULT

public static final int SET_DEFAULT
The 'SET DEFAULT' literal value.
See Also:
SET_DEFAULT_LITERAL

NO_ACTION_LITERAL

public static final ReferentialActionType NO_ACTION_LITERAL
The 'NO ACTION' literal object.

If the meaning of 'NO ACTION' literal object isn't clear, there really should be more of a description here...

See Also:
NO_ACTION

RESTRICT_LITERAL

public static final ReferentialActionType RESTRICT_LITERAL
The 'RESTRICT' literal object.

If the meaning of 'RESTRICT' literal object isn't clear, there really should be more of a description here...

See Also:
RESTRICT

CASCADE_LITERAL

public static final ReferentialActionType CASCADE_LITERAL
The 'CASCADE' literal object.

If the meaning of 'CASCADE' literal object isn't clear, there really should be more of a description here...

See Also:
CASCADE

SET_NULL_LITERAL

public static final ReferentialActionType SET_NULL_LITERAL
The 'SET NULL' literal object.

If the meaning of 'SET NULL' literal object isn't clear, there really should be more of a description here...

See Also:
SET_NULL

SET_DEFAULT_LITERAL

public static final ReferentialActionType SET_DEFAULT_LITERAL
The 'SET DEFAULT' literal object.

If the meaning of 'SET DEFAULT' literal object isn't clear, there really should be more of a description here...

See Also:
SET_DEFAULT

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Referential Action Type' enumerators.
Method Detail

get

public static ReferentialActionType get(java.lang.String name)
Returns the 'Referential Action Type' literal with the specified name.

get

public static ReferentialActionType get(int value)
Returns the 'Referential Action Type' literal with the specified value.