|
||||||||||
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.wst.rdb.internal.models.sql.tables.ActionTimeType
public final class ActionTimeType
A representation of the literals of the enumeration 'Action Time Type', and utility methods for working with them. The literals of this enumeration are used to indicate whether the actionStatement of Trigger are executed before or after rows are inserted into a table, rows are deleted from a table, or one or more columns are updated in rows of a table.
SQLTablesPackage.getActionTimeType()
Field Summary | |
---|---|
static int |
AFTER
The 'AFTER' literal value. |
static ActionTimeType |
AFTER_LITERAL
The 'AFTER' literal object. |
static int |
BEFORE
The 'BEFORE' literal value. |
static ActionTimeType |
BEFORE_LITERAL
The 'BEFORE' literal object. |
static int |
INSTEADOF
The 'INSTEADOF' literal value. |
static ActionTimeType |
INSTEADOF_LITERAL
The 'INSTEADOF' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Action Time Type' enumerators. |
Method Summary | |
---|---|
static ActionTimeType |
get(int value)
Returns the 'Action Time Type' literal with the specified integer value. |
static ActionTimeType |
get(java.lang.String literal)
Returns the 'Action Time Type' literal with the specified literal value. |
static ActionTimeType |
getByName(java.lang.String name)
Returns the 'Action Time 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 AFTER
AFTER_LITERAL
,
Constant Field Valuespublic static final int BEFORE
BEFORE_LITERAL
,
Constant Field Valuespublic static final int INSTEADOF
INSTEADOF_LITERAL
,
Constant Field Valuespublic static final ActionTimeType AFTER_LITERAL
If the meaning of 'AFTER' literal object isn't clear, there really should be more of a description here...
AFTER
public static final ActionTimeType BEFORE_LITERAL
If the meaning of 'BEFORE' literal object isn't clear, there really should be more of a description here...
BEFORE
public static final ActionTimeType INSTEADOF_LITERAL
If the meaning of 'INSTEADOF' literal object isn't clear, there really should be more of a description here...
INSTEADOF
public static final java.util.List VALUES
Method Detail |
---|
public static ActionTimeType get(java.lang.String literal)
public static ActionTimeType getByName(java.lang.String name)
public static ActionTimeType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |