Uses of Class
org.eclipse.modisco.jee.webapp.webapp30.IsolationLevelType

Packages that use IsolationLevelType
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of IsolationLevelType in org.eclipse.modisco.jee.webapp.webapp30
 

Fields in org.eclipse.modisco.jee.webapp.webapp30 with type parameters of type IsolationLevelType
static java.util.List<IsolationLevelType> IsolationLevelType.VALUES
          A public read-only list of all the 'Isolation Level Type' enumerators.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return IsolationLevelType
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're declared.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 with parameters of type IsolationLevelType
 void DataSourceType.setIsolationLevel(IsolationLevelType value)
          Sets the value of the 'Isolation Level' attribute.