|
||||||||||
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 FormField Summary | |
---|---|
static int |
ANYMODE
The 'ANYMODE' literal value. |
static TransactionModeType |
ANYMODE_LITERAL
The 'ANYMODE' literal object. |
static int |
CHAINED
The 'CHAINED' literal value. |
static TransactionModeType |
CHAINED_LITERAL
The 'CHAINED' literal object. |
static int |
UNCHAINED
The 'UNCHAINED' literal value. |
static TransactionModeType |
UNCHAINED_LITERAL
The 'UNCHAINED' literal object. |
static java.util.List |
VALUES
A 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
CHAINED
public static final TransactionModeType UNCHAINED_LITERAL
UNCHAINED
public static final TransactionModeType ANYMODE_LITERAL
ANYMODE
public 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 |