| 
 | ||||||||||
| 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.enablement.sybase.asa.models.sybaseasabasesqlmodel.EventTriggerType
public final class EventTriggerType
A representation of the literals of the enumeration 'Event Trigger Type', and utility methods for working with them.
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.SybaseasabasesqlmodelPackage#getEventTriggerType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | CONDITIONALThe 'CONDITIONAL' literal value. | 
| static EventTriggerType | CONDITIONAL_LITERALThe 'CONDITIONAL' literal object. | 
| static int | MANUALLYThe 'MANUALLY' literal value. | 
| static EventTriggerType | MANUALLY_LITERALThe 'MANUALLY' literal object. | 
| static int | SCHEDULEDThe 'SCHEDULED' literal value. | 
| static EventTriggerType | SCHEDULED_LITERALThe 'SCHEDULED' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Event Trigger Type' enumerators. | 
| Method Summary | |
|---|---|
| static EventTriggerType | get(int value)Returns the 'Event Trigger Type' literal with the specified integer value. | 
| static EventTriggerType | get(java.lang.String literal)Returns the 'Event Trigger Type' literal with the specified literal value. | 
| static EventTriggerType | getByName(java.lang.String name)Returns the 'Event Trigger 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 MANUALLY
If the meaning of 'MANUALLY' literal object isn't clear, there really should be more of a description here...
MANUALLY_LITERAL, 
Constant Field Valuespublic static final int SCHEDULED
If the meaning of 'SCHEDULED' literal object isn't clear, there really should be more of a description here...
SCHEDULED_LITERAL, 
Constant Field Valuespublic static final int CONDITIONAL
If the meaning of 'CONDITIONAL' literal object isn't clear, there really should be more of a description here...
CONDITIONAL_LITERAL, 
Constant Field Valuespublic static final EventTriggerType MANUALLY_LITERAL
MANUALLYpublic static final EventTriggerType SCHEDULED_LITERAL
SCHEDULEDpublic static final EventTriggerType CONDITIONAL_LITERAL
CONDITIONALpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static EventTriggerType get(java.lang.String literal)
public static EventTriggerType getByName(java.lang.String name)
public static EventTriggerType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||