Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.IsolationLevelType

Packages that use IsolationLevelType
com.sun.xml.ws.config.metro.parser.jsr109   
 

Uses of IsolationLevelType in com.sun.xml.ws.config.metro.parser.jsr109
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as IsolationLevelType
protected  IsolationLevelType DataSourceType.isolationLevel
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return IsolationLevelType
static IsolationLevelType IsolationLevelType.fromValue(String v)
           
 IsolationLevelType DataSourceType.getIsolationLevel()
          Gets the value of the isolationLevel property.
static IsolationLevelType IsolationLevelType.valueOf(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.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type IsolationLevelType
 void DataSourceType.setIsolationLevel(IsolationLevelType value)
          Sets the value of the isolationLevel property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.