| 
 | ||||||||||
| 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.TransactionOption
public final class TransactionOption
A representation of the literals of the enumeration 'Transaction Option', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getTransactionOption(), 
Serialized Form| Field Summary | |
|---|---|
| static int | DELETEThe 'DELETE' literal value. | 
| static TransactionOption | DELETE_LITERALThe 'DELETE' literal object. | 
| static int | NOT_TRANSACTIONThe 'NOT TRANSACTION' literal value. | 
| static TransactionOption | NOT_TRANSACTION_LITERALThe 'NOT TRANSACTION' literal object. | 
| static int | PRESERVEThe 'PRESERVE' literal value. | 
| static TransactionOption | PRESERVE_LITERALThe 'PRESERVE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Transaction Option' enumerators. | 
| Method Summary | |
|---|---|
| static TransactionOption | get(int value)Returns the 'Transaction Option' literal with the specified integer value. | 
| static TransactionOption | get(java.lang.String literal)Returns the 'Transaction Option' literal with the specified literal value. | 
| static TransactionOption | getByName(java.lang.String name)Returns the 'Transaction Option' 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 DELETE
If the meaning of 'DELETE' literal object isn't clear, there really should be more of a description here...
DELETE_LITERAL, 
Constant Field Valuespublic static final int PRESERVE
If the meaning of 'PRESERVE' literal object isn't clear, there really should be more of a description here...
PRESERVE_LITERAL, 
Constant Field Valuespublic static final int NOT_TRANSACTION
If the meaning of 'NOT TRANSACTION' literal object isn't clear, there really should be more of a description here...
NOT_TRANSACTION_LITERAL, 
Constant Field Valuespublic static final TransactionOption DELETE_LITERAL
DELETEpublic static final TransactionOption PRESERVE_LITERAL
PRESERVEpublic static final TransactionOption NOT_TRANSACTION_LITERAL
NOT_TRANSACTIONpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static TransactionOption get(java.lang.String literal)
public static TransactionOption getByName(java.lang.String name)
public static TransactionOption get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||