Uses of Enum
com.sun.xml.ws.config.metro.parser.jsr109.IsolationLevelType
Packages that use IsolationLevelType
-
Uses of IsolationLevelType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as IsolationLevelTypeMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return IsolationLevelTypeModifier and TypeMethodDescriptionstatic IsolationLevelTypeDataSourceType.getIsolationLevel()Gets the value of the isolationLevel property.static IsolationLevelTypeReturns 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 IsolationLevelTypeModifier and TypeMethodDescriptionvoidDataSourceType.setIsolationLevel(IsolationLevelType value) Sets the value of the isolationLevel property.