| 
 | ||||||||||
| 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.TransactionModeType
public final class TransactionModeType
A representation of the literals of the enumeration 'Transaction Mode Type', and utility methods for working with them.
SybaseasesqlmodelPackage.getTransactionModeType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ANYMODEThe 'ANYMODE' literal value. | 
| static TransactionModeType | ANYMODE_LITERALThe 'ANYMODE' literal object. | 
| static int | CHAINEDThe 'CHAINED' literal value. | 
| static TransactionModeType | CHAINED_LITERALThe 'CHAINED' literal object. | 
| static int | UNCHAINEDThe 'UNCHAINED' literal value. | 
| static TransactionModeType | UNCHAINED_LITERALThe 'UNCHAINED' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Transaction Mode Type' enumerators. | 
| Method Summary | |
|---|---|
| static TransactionModeType | get(int value)Returns the 'Transaction Mode Type' literal with the specified integer value. | 
| static TransactionModeType | get(java.lang.String literal)Returns the 'Transaction Mode Type' literal with the specified literal value. | 
| static TransactionModeType | getByName(java.lang.String name)Returns the 'Transaction Mode 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 CHAINED
If the meaning of 'CHAINED' literal object isn't clear, there really should be more of a description here...
CHAINED_LITERAL, 
Constant Field Valuespublic static final int UNCHAINED
If the meaning of 'UNCHAINED' literal object isn't clear, there really should be more of a description here...
UNCHAINED_LITERAL, 
Constant Field Valuespublic static final int ANYMODE
If the meaning of 'ANYMODE' literal object isn't clear, there really should be more of a description here...
ANYMODE_LITERAL, 
Constant Field Valuespublic static final TransactionModeType CHAINED_LITERAL
CHAINEDpublic static final TransactionModeType UNCHAINED_LITERAL
UNCHAINEDpublic static final TransactionModeType ANYMODE_LITERAL
ANYMODEpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static TransactionModeType get(java.lang.String literal)
public static TransactionModeType getByName(java.lang.String name)
public static TransactionModeType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||