Uses of Class
org.kie.internal.builder.fluent.Scope
-
Packages that use Scope Package Description org.kie.internal.builder.fluent -
-
Uses of Scope in org.kie.internal.builder.fluent
Methods in org.kie.internal.builder.fluent that return Scope Modifier and Type Method Description static Scope
Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scope[]
Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.builder.fluent with parameters of type Scope Modifier and Type Method Description T
ContextFluent. get(String name, Scope scope)
T
ContextFluent. set(String name, Scope scope)
-