|
||||||||||
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.EventType
public final class EventType
A representation of the literals of the enumeration 'Event Type', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getEventType()
,
Serialized FormField Summary | |
---|---|
static int |
BACKUPEND
The 'BACKUPEND' literal value. |
static EventType |
BACKUPEND_LITERAL
The 'BACKUPEND' literal object. |
static int |
CONNECT
The 'CONNECT' literal value. |
static EventType |
CONNECT_LITERAL
The 'CONNECT' literal object. |
static int |
CONNECTFAILED
The 'CONNECTFAILED' literal value. |
static EventType |
CONNECTFAILED_LITERAL
The 'CONNECTFAILED' literal object. |
static int |
DATABASESTART
The 'DATABASESTART' literal value. |
static EventType |
DATABASESTART_LITERAL
The 'DATABASESTART' literal object. |
static int |
DBDISKSPACE
The 'DBDISKSPACE' literal value. |
static EventType |
DBDISKSPACE_LITERAL
The 'DBDISKSPACE' literal object. |
static int |
DISCONEECT
The 'DISCONEECT' literal value. |
static EventType |
DISCONEECT_LITERAL
The 'DISCONEECT' literal object. |
static int |
GLOBALAUTOINCREMENT
The 'GLOBALAUTOINCREMENT' literal value. |
static EventType |
GLOBALAUTOINCREMENT_LITERAL
The 'GLOBALAUTOINCREMENT' literal object. |
static int |
GROWDB
The 'GROWDB' literal value. |
static EventType |
GROWDB_LITERAL
The 'GROWDB' literal object. |
static int |
GROWLOG
The 'GROWLOG' literal value. |
static EventType |
GROWLOG_LITERAL
The 'GROWLOG' literal object. |
static int |
GROWTEMP
The 'GROWTEMP' literal value. |
static EventType |
GROWTEMP_LITERAL
The 'GROWTEMP' literal object. |
static int |
LOGDISKSPACE
The 'LOGDISKSPACE' literal value. |
static EventType |
LOGDISKSPACE_LITERAL
The 'LOGDISKSPACE' literal object. |
static int |
NOEVENTTYPE
The 'NOEVENTTYPE' literal value. |
static EventType |
NOEVENTTYPE_LITERAL
The 'NOEVENTTYPE' literal object. |
static int |
RAISERROR
The 'RAISERROR' literal value. |
static EventType |
RAISERROR_LITERAL
The 'RAISERROR' literal object. |
static int |
SERVERIDLE
The 'SERVERIDLE' literal value. |
static EventType |
SERVERIDLE_LITERAL
The 'SERVERIDLE' literal object. |
static int |
TEMPDISKSPACE
The 'TEMPDISKSPACE' literal value. |
static EventType |
TEMPDISKSPACE_LITERAL
The 'TEMPDISKSPACE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Event Type' enumerators. |
Method Summary | |
---|---|
static EventType |
get(int value)
Returns the 'Event Type' literal with the specified integer value. |
static EventType |
get(java.lang.String literal)
Returns the 'Event Type' literal with the specified literal value. |
static EventType |
getByName(java.lang.String name)
Returns the 'Event 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 NOEVENTTYPE
If the meaning of 'NOEVENTTYPE' literal object isn't clear, there really should be more of a description here...
NOEVENTTYPE_LITERAL
,
Constant Field Valuespublic static final int BACKUPEND
If the meaning of 'BACKUPEND' literal object isn't clear, there really should be more of a description here...
BACKUPEND_LITERAL
,
Constant Field Valuespublic static final int CONNECT
If the meaning of 'CONNECT' literal object isn't clear, there really should be more of a description here...
CONNECT_LITERAL
,
Constant Field Valuespublic static final int CONNECTFAILED
If the meaning of 'CONNECTFAILED' literal object isn't clear, there really should be more of a description here...
CONNECTFAILED_LITERAL
,
Constant Field Valuespublic static final int DATABASESTART
If the meaning of 'DATABASESTART' literal object isn't clear, there really should be more of a description here...
DATABASESTART_LITERAL
,
Constant Field Valuespublic static final int DBDISKSPACE
If the meaning of 'DBDISKSPACE' literal object isn't clear, there really should be more of a description here...
DBDISKSPACE_LITERAL
,
Constant Field Valuespublic static final int DISCONEECT
If the meaning of 'DISCONEECT' literal object isn't clear, there really should be more of a description here...
DISCONEECT_LITERAL
,
Constant Field Valuespublic static final int GLOBALAUTOINCREMENT
If the meaning of 'GLOBALAUTOINCREMENT' literal object isn't clear, there really should be more of a description here...
GLOBALAUTOINCREMENT_LITERAL
,
Constant Field Valuespublic static final int GROWDB
If the meaning of 'GROWDB' literal object isn't clear, there really should be more of a description here...
GROWDB_LITERAL
,
Constant Field Valuespublic static final int GROWLOG
If the meaning of 'GROWLOG' literal object isn't clear, there really should be more of a description here...
GROWLOG_LITERAL
,
Constant Field Valuespublic static final int GROWTEMP
If the meaning of 'GROWTEMP' literal object isn't clear, there really should be more of a description here...
GROWTEMP_LITERAL
,
Constant Field Valuespublic static final int LOGDISKSPACE
If the meaning of 'LOGDISKSPACE' literal object isn't clear, there really should be more of a description here...
LOGDISKSPACE_LITERAL
,
Constant Field Valuespublic static final int RAISERROR
If the meaning of 'RAISERROR' literal object isn't clear, there really should be more of a description here...
RAISERROR_LITERAL
,
Constant Field Valuespublic static final int SERVERIDLE
If the meaning of 'SERVERIDLE' literal object isn't clear, there really should be more of a description here...
SERVERIDLE_LITERAL
,
Constant Field Valuespublic static final int TEMPDISKSPACE
If the meaning of 'TEMPDISKSPACE' literal object isn't clear, there really should be more of a description here...
TEMPDISKSPACE_LITERAL
,
Constant Field Valuespublic static final EventType NOEVENTTYPE_LITERAL
NOEVENTTYPE
public static final EventType BACKUPEND_LITERAL
BACKUPEND
public static final EventType CONNECT_LITERAL
CONNECT
public static final EventType CONNECTFAILED_LITERAL
CONNECTFAILED
public static final EventType DATABASESTART_LITERAL
DATABASESTART
public static final EventType DBDISKSPACE_LITERAL
DBDISKSPACE
public static final EventType DISCONEECT_LITERAL
DISCONEECT
public static final EventType GLOBALAUTOINCREMENT_LITERAL
GLOBALAUTOINCREMENT
public static final EventType GROWDB_LITERAL
GROWDB
public static final EventType GROWLOG_LITERAL
GROWLOG
public static final EventType GROWTEMP_LITERAL
GROWTEMP
public static final EventType LOGDISKSPACE_LITERAL
LOGDISKSPACE
public static final EventType RAISERROR_LITERAL
RAISERROR
public static final EventType SERVERIDLE_LITERAL
SERVERIDLE
public static final EventType TEMPDISKSPACE_LITERAL
TEMPDISKSPACE
public static final java.util.List VALUES
Method Detail |
---|
public static EventType get(java.lang.String literal)
public static EventType getByName(java.lang.String name)
public static EventType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |