Uses of Class
io.vertigo.orchestra.domain.DtDefinitions.OSchedulerStateFields
-
Packages that use DtDefinitions.OSchedulerStateFields Package Description io.vertigo.orchestra.domain -
-
Uses of DtDefinitions.OSchedulerStateFields in io.vertigo.orchestra.domain
Methods in io.vertigo.orchestra.domain that return DtDefinitions.OSchedulerStateFields Modifier and Type Method Description static DtDefinitions.OSchedulerStateFields
DtDefinitions.OSchedulerStateFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static DtDefinitions.OSchedulerStateFields[]
DtDefinitions.OSchedulerStateFields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-