Uses of Class
com.uc4.api.objects.SetValueAction.Scope
-
Packages that use SetValueAction.Scope Package Description com.uc4.api.objects -
-
Uses of SetValueAction.Scope in com.uc4.api.objects
Methods in com.uc4.api.objects that return SetValueAction.Scope Modifier and Type Method Description SetValueAction.Scope
SetValueAction. getScope()
static SetValueAction.Scope
SetValueAction.Scope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SetValueAction.Scope[]
SetValueAction.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type SetValueAction.Scope Modifier and Type Method Description void
SetValueAction. setScope(SetValueAction.Scope scope)
-