| 
 | ||||||||||
| 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.tables.ActionGranularityType
public final class ActionGranularityType
A representation of the literals of the enumeration 'Action Granularity Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.38 Triggers
SQLTablesPackage.getActionGranularityType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ROWThe 'ROW' literal value. | 
| static ActionGranularityType | ROW_LITERALThe 'ROW' literal object. | 
| static int | STATEMENTThe 'STATEMENT' literal value. | 
| static ActionGranularityType | STATEMENT_LITERALThe 'STATEMENT' literal object. | 
| static java.util.List | VALUESA 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...
STATEMENTpublic static final ActionGranularityType ROW_LITERAL
If the meaning of 'ROW' literal object isn't clear, there really should be more of a description here...
ROWpublic 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 | |||||||||