Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.IsolationLevelType
-
Packages that use IsolationLevelType Package Description 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 Modifier and Type Field Description protected IsolationLevelTypeDataSourceType. isolationLevelMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return IsolationLevelType Modifier and Type Method Description static IsolationLevelTypeIsolationLevelType. fromValue(String v)IsolationLevelTypeDataSourceType. getIsolationLevel()Gets the value of the isolationLevel property.static IsolationLevelTypeIsolationLevelType. 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 Modifier and Type Method Description voidDataSourceType. setIsolationLevel(IsolationLevelType value)Sets the value of the isolationLevel property.
-