|
||||||||||
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 FormField Summary | |
---|---|
static int |
ALL
The 'ALL' literal value. |
static EventLocationType |
ALL_LITERAL
The 'ALL' literal object. |
static int |
CONSOLIDATED
The 'CONSOLIDATED' literal value. |
static EventLocationType |
CONSOLIDATED_LITERAL
The 'CONSOLIDATED' literal object. |
static int |
REMOTE
The 'REMOTE' literal value. |
static EventLocationType |
REMOTE_LITERAL
The 'REMOTE' literal object. |
static java.util.List |
VALUES
A 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
ALL
public static final EventLocationType REMOTE_LITERAL
REMOTE
public static final EventLocationType CONSOLIDATED_LITERAL
CONSOLIDATED
public 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 |