|
||||||||||
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.ase.models.sybaseasesqlmodel.LockingSchemaType
public final class LockingSchemaType
A representation of the literals of the enumeration 'Locking Schema Type', and utility methods for working with them.
SybaseasesqlmodelPackage.getLockingSchemaType()
,
Serialized FormField Summary | |
---|---|
static int |
LOCKALLPAGES
The 'LOCKALLPAGES' literal value. |
static LockingSchemaType |
LOCKALLPAGES_LITERAL
The 'LOCKALLPAGES' literal object. |
static int |
LOCKDATAPAGES
The 'LOCKDATAPAGES' literal value. |
static LockingSchemaType |
LOCKDATAPAGES_LITERAL
The 'LOCKDATAPAGES' literal object. |
static int |
LOCKDATAROWS
The 'LOCKDATAROWS' literal value. |
static LockingSchemaType |
LOCKDATAROWS_LITERAL
The 'LOCKDATAROWS' literal object. |
static int |
SERVERDEFAULT
The 'SERVERDEFAULT' literal value. |
static LockingSchemaType |
SERVERDEFAULT_LITERAL
The 'SERVERDEFAULT' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Locking Schema Type' enumerators. |
Method Summary | |
---|---|
static LockingSchemaType |
get(int value)
Returns the 'Locking Schema Type' literal with the specified integer value. |
static LockingSchemaType |
get(java.lang.String literal)
Returns the 'Locking Schema Type' literal with the specified literal value. |
static LockingSchemaType |
getByName(java.lang.String name)
Returns the 'Locking Schema 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 LOCKDATAROWS
If the meaning of 'LOCKDATAROWS' literal object isn't clear, there really should be more of a description here...
LOCKDATAROWS_LITERAL
,
Constant Field Valuespublic static final int LOCKDATAPAGES
If the meaning of 'LOCKDATAPAGES' literal object isn't clear, there really should be more of a description here...
LOCKDATAPAGES_LITERAL
,
Constant Field Valuespublic static final int LOCKALLPAGES
If the meaning of 'LOCKALLPAGES' literal object isn't clear, there really should be more of a description here...
LOCKALLPAGES_LITERAL
,
Constant Field Valuespublic static final int SERVERDEFAULT
If the meaning of 'SERVERDEFAULT' literal object isn't clear, there really should be more of a description here...
SERVERDEFAULT_LITERAL
,
Constant Field Valuespublic static final LockingSchemaType LOCKDATAROWS_LITERAL
LOCKDATAROWS
public static final LockingSchemaType LOCKDATAPAGES_LITERAL
LOCKDATAPAGES
public static final LockingSchemaType LOCKALLPAGES_LITERAL
LOCKALLPAGES
public static final LockingSchemaType SERVERDEFAULT_LITERAL
If the meaning of 'SERVERDEFAULT LITERAL' literal object isn't clear, there really should be more of a description here...
SERVERDEFAULT
public static final java.util.List VALUES
Method Detail |
---|
public static LockingSchemaType get(java.lang.String literal)
public static LockingSchemaType getByName(java.lang.String name)
public static LockingSchemaType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |