| 
 | ||||||||||
| 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 Form| Field Summary | |
|---|---|
| static int | LOCKALLPAGESThe 'LOCKALLPAGES' literal value. | 
| static LockingSchemaType | LOCKALLPAGES_LITERALThe 'LOCKALLPAGES' literal object. | 
| static int | LOCKDATAPAGESThe 'LOCKDATAPAGES' literal value. | 
| static LockingSchemaType | LOCKDATAPAGES_LITERALThe 'LOCKDATAPAGES' literal object. | 
| static int | LOCKDATAROWSThe 'LOCKDATAROWS' literal value. | 
| static LockingSchemaType | LOCKDATAROWS_LITERALThe 'LOCKDATAROWS' literal object. | 
| static int | SERVERDEFAULTThe 'SERVERDEFAULT' literal value. | 
| static LockingSchemaType | SERVERDEFAULT_LITERALThe 'SERVERDEFAULT' literal object. | 
| static java.util.List | VALUESA 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
LOCKDATAROWSpublic static final LockingSchemaType LOCKDATAPAGES_LITERAL
LOCKDATAPAGESpublic static final LockingSchemaType LOCKALLPAGES_LITERAL
LOCKALLPAGESpublic 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...
SERVERDEFAULTpublic 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 | |||||||||