| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar31 |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<IsolationLevelType> |
IsolationLevelType.VALUES
A public read-only list of all the 'Isolation Level Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IsolationLevelType |
IsolationLevelType.get(int value)
Returns the 'Isolation Level Type' literal with the specified integer value.
|
static IsolationLevelType |
IsolationLevelType.get(java.lang.String literal)
Returns the 'Isolation Level Type' literal with the specified literal value.
|
static IsolationLevelType |
IsolationLevelType.getByName(java.lang.String name)
Returns the 'Isolation Level Type' literal with the specified name.
|
IsolationLevelType |
DataSourceType.getIsolationLevel()
Returns the value of the 'Isolation Level' attribute.
|
static IsolationLevelType |
IsolationLevelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevelType[] |
IsolationLevelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceType.setIsolationLevel(IsolationLevelType value)
Sets the value of the '
Isolation Level' attribute. |