|
||||||||||
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 FormField Summary | |
---|---|
static int |
DELETE
The 'DELETE' literal value. |
static TransactionOption |
DELETE_LITERAL
The 'DELETE' literal object. |
static int |
NOT_TRANSACTION
The 'NOT TRANSACTION' literal value. |
static TransactionOption |
NOT_TRANSACTION_LITERAL
The 'NOT TRANSACTION' literal object. |
static int |
PRESERVE
The 'PRESERVE' literal value. |
static TransactionOption |
PRESERVE_LITERAL
The 'PRESERVE' literal object. |
static java.util.List |
VALUES
A 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
DELETE
public static final TransactionOption PRESERVE_LITERAL
PRESERVE
public static final TransactionOption NOT_TRANSACTION_LITERAL
NOT_TRANSACTION
public 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 |