| 
 | ||||||||||
| 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.ActionTimeType
public final class ActionTimeType
A representation of the literals of the enumeration 'Action Time Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.38 Triggers
SQLTablesPackage.getActionTimeType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | AFTERThe 'AFTER' literal value. | 
| static ActionTimeType | AFTER_LITERALThe 'AFTER' literal object. | 
| static int | BEFOREThe 'BEFORE' literal value. | 
| static ActionTimeType | BEFORE_LITERALThe 'BEFORE' literal object. | 
| static int | INSTEADOFThe 'INSTEADOF' literal value. | 
| static ActionTimeType | INSTEADOF_LITERALThe 'INSTEADOF' literal object. | 
| static java.util.List | VALUESA 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...
AFTERpublic static final ActionTimeType BEFORE_LITERAL
If the meaning of 'BEFORE' literal object isn't clear, there really should be more of a description here...
BEFOREpublic static final ActionTimeType INSTEADOF_LITERAL
If the meaning of 'INSTEADOF' literal object isn't clear, there really should be more of a description here...
INSTEADOFpublic 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 | |||||||||