|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.tables.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 FormField 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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, 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 |