| 
 | ||||||||||
| 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.EventLocationType
public final class EventLocationType
A representation of the literals of the enumeration 'Event Location Type', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getEventLocationType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ALLThe 'ALL' literal value. | 
| static EventLocationType | ALL_LITERALThe 'ALL' literal object. | 
| static int | CONSOLIDATEDThe 'CONSOLIDATED' literal value. | 
| static EventLocationType | CONSOLIDATED_LITERALThe 'CONSOLIDATED' literal object. | 
| static int | REMOTEThe 'REMOTE' literal value. | 
| static EventLocationType | REMOTE_LITERALThe 'REMOTE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Event Location Type' enumerators. | 
| Method Summary | |
|---|---|
| static EventLocationType | get(int value)Returns the 'Event Location Type' literal with the specified integer value. | 
| static EventLocationType | get(java.lang.String literal)Returns the 'Event Location Type' literal with the specified literal value. | 
| static EventLocationType | getByName(java.lang.String name)Returns the 'Event Location 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 ALL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALL_LITERAL, 
Constant Field Valuespublic static final int REMOTE
If the meaning of 'REMOTE' literal object isn't clear, there really should be more of a description here...
REMOTE_LITERAL, 
Constant Field Valuespublic static final int CONSOLIDATED
If the meaning of 'CONSOLIDATED' literal object isn't clear, there really should be more of a description here...
CONSOLIDATED_LITERAL, 
Constant Field Valuespublic static final EventLocationType ALL_LITERAL
ALLpublic static final EventLocationType REMOTE_LITERAL
REMOTEpublic static final EventLocationType CONSOLIDATED_LITERAL
CONSOLIDATEDpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static EventLocationType get(java.lang.String literal)
public static EventLocationType getByName(java.lang.String name)
public static EventLocationType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||