|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IsolationLevelType>
org.eclipse.modisco.jee.webapp.webapp30.IsolationLevelType
public enum IsolationLevelType
A representation of the literals of the enumeration 'Isolation Level Type', and utility methods for working with them. The following transaction isolation levels are allowed (see documentation for the java.sql.Connection interface): TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_REPEATABLE_READ TRANSACTION_SERIALIZABLE
Webapp30Package.getIsolationLevelType()
Enum Constant Summary | |
---|---|
TRANSACTIONREADCOMMITTED
The 'TRANSACTIONREADCOMMITTED' literal object. |
|
TRANSACTIONREADUNCOMMITTED
The 'TRANSACTIONREADUNCOMMITTED' literal object. |
|
TRANSACTIONREPEATABLEREAD
The 'TRANSACTIONREPEATABLEREAD' literal object. |
|
TRANSACTIONSERIALIZABLE
The 'TRANSACTIONSERIALIZABLE' literal object. |
Field Summary | |
---|---|
static int |
TRANSACTIONREADCOMMITTED_VALUE
The 'TRANSACTIONREADCOMMITTED' literal value. |
static int |
TRANSACTIONREADUNCOMMITTED_VALUE
The 'TRANSACTIONREADUNCOMMITTED' literal value. |
static int |
TRANSACTIONREPEATABLEREAD_VALUE
The 'TRANSACTIONREPEATABLEREAD' literal value. |
static int |
TRANSACTIONSERIALIZABLE_VALUE
The 'TRANSACTIONSERIALIZABLE' literal value. |
static java.util.List<IsolationLevelType> |
VALUES
A public read-only list of all the 'Isolation Level Type' enumerators. |
Method Summary | |
---|---|
static IsolationLevelType |
get(int value)
Returns the 'Isolation Level Type' literal with the specified integer value. |
static IsolationLevelType |
get(java.lang.String literal)
Returns the 'Isolation Level Type' literal with the specified literal value. |
static IsolationLevelType |
getByName(java.lang.String name)
Returns the 'Isolation Level Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static IsolationLevelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IsolationLevelType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IsolationLevelType TRANSACTIONREADUNCOMMITTED
TRANSACTIONREADUNCOMMITTED_VALUE
public static final IsolationLevelType TRANSACTIONREADCOMMITTED
TRANSACTIONREADCOMMITTED_VALUE
public static final IsolationLevelType TRANSACTIONREPEATABLEREAD
TRANSACTIONREPEATABLEREAD_VALUE
public static final IsolationLevelType TRANSACTIONSERIALIZABLE
TRANSACTIONSERIALIZABLE_VALUE
Field Detail |
---|
public static final int TRANSACTIONREADUNCOMMITTED_VALUE
If the meaning of 'TRANSACTIONREADUNCOMMITTED' literal object isn't clear, there really should be more of a description here...
TRANSACTIONREADUNCOMMITTED
,
Constant Field Valuespublic static final int TRANSACTIONREADCOMMITTED_VALUE
If the meaning of 'TRANSACTIONREADCOMMITTED' literal object isn't clear, there really should be more of a description here...
TRANSACTIONREADCOMMITTED
,
Constant Field Valuespublic static final int TRANSACTIONREPEATABLEREAD_VALUE
If the meaning of 'TRANSACTIONREPEATABLEREAD' literal object isn't clear, there really should be more of a description here...
TRANSACTIONREPEATABLEREAD
,
Constant Field Valuespublic static final int TRANSACTIONSERIALIZABLE_VALUE
If the meaning of 'TRANSACTIONSERIALIZABLE' literal object isn't clear, there really should be more of a description here...
TRANSACTIONSERIALIZABLE
,
Constant Field Valuespublic static final java.util.List<IsolationLevelType> VALUES
Method Detail |
---|
public static final IsolationLevelType[] values()
for(IsolationLevelType c : IsolationLevelType.values()) System.out.println(c);
public static IsolationLevelType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static IsolationLevelType get(java.lang.String literal)
public static IsolationLevelType getByName(java.lang.String name)
public static IsolationLevelType get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<IsolationLevelType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |