Uses of Enum
ch.obermuhlner.scriptengine.java.Isolation
Packages that use Isolation
-
Uses of Isolation in ch.obermuhlner.scriptengine.java
Fields in ch.obermuhlner.scriptengine.java declared as IsolationMethods in ch.obermuhlner.scriptengine.java that return IsolationModifier and TypeMethodDescriptionstatic IsolationReturns the enum constant of this type with the specified name.static Isolation[]Isolation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.obermuhlner.scriptengine.java with parameters of type IsolationModifier and TypeMethodDescriptionvoidJavaScriptEngine.setIsolation(Isolation isolation) Sets the isolation of the script.