|
||||||||||
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.ActionGranularityType
public final class ActionGranularityType
A representation of the literals of the enumeration 'Action Granularity Type', and utility methods for working with them. The literals of this enumeration are used to indicate whether the actionStatement of a Trigger is to be executed once for each affected row, in the case of a row-level trigger, or once for the whole triggering INSERT , DELETE , MERGE , or UPDATE statement, in the case of a statement-level trigger.
SQLTablesPackage.getActionGranularityType()
Field Summary | |
---|---|
static int |
ROW
The 'ROW' literal value. |
static ActionGranularityType |
ROW_LITERAL
The 'ROW' literal object. |
static int |
STATEMENT
The 'STATEMENT' literal value. |
static ActionGranularityType |
STATEMENT_LITERAL
The 'STATEMENT' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Action Granularity Type' enumerators. |
Method Summary | |
---|---|
static ActionGranularityType |
get(int value)
Returns the 'Action Granularity Type' literal with the specified integer value. |
static ActionGranularityType |
get(java.lang.String literal)
Returns the 'Action Granularity Type' literal with the specified literal value. |
static ActionGranularityType |
getByName(java.lang.String name)
Returns the 'Action Granularity 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 STATEMENT
STATEMENT_LITERAL
,
Constant Field Valuespublic static final int ROW
ROW_LITERAL
,
Constant Field Valuespublic static final ActionGranularityType STATEMENT_LITERAL
If the meaning of 'STATEMENT' literal object isn't clear, there really should be more of a description here...
STATEMENT
public static final ActionGranularityType ROW_LITERAL
If the meaning of 'ROW' literal object isn't clear, there really should be more of a description here...
ROW
public static final java.util.List VALUES
Method Detail |
---|
public static ActionGranularityType get(java.lang.String literal)
public static ActionGranularityType getByName(java.lang.String name)
public static ActionGranularityType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |