Uses of Class
com.redwood.scheduler.api.model.enumeration.RegistryRoot
-
Packages that use RegistryRoot Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of RegistryRoot in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model with parameters of type RegistryRoot Modifier and Type Method Description RegistryEntry
SchedulerSession. createRegistryEntryByPath(RegistryRoot root, String path)
Create a RegistryEntry for the given path. -
Uses of RegistryRoot in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return RegistryRoot Modifier and Type Method Description static RegistryRoot
RegistryRoot. safeValueOf(String value)
Helper function to return the RegistryRoot represented byvalue
.static RegistryRoot
RegistryRoot. valueOf(char code)
Helper function to return the RegistryRoot represented by code.static RegistryRoot
RegistryRoot. valueOf(Character code)
Helper function to return the RegistryRoot represented by code.static RegistryRoot
RegistryRoot. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegistryRoot
RegistryRoot. valueOfCode(String code)
Helper function to return the RegistryRoot represented by code.static RegistryRoot[]
RegistryRoot. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-