Uses of Class
com.redwood.scheduler.api.model.enumeration.TimeWindowStatus
-
Packages that use TimeWindowStatus Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of TimeWindowStatus in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return TimeWindowStatus Modifier and Type Method Description TimeWindowStatus
AlertSource. getTimeWindowStatus()
Get the value for TimeWindowStatus.TimeWindowStatus
Precondition. getTimeWindowStatus()
Get the value for TimeWindowStatus.Methods in com.redwood.scheduler.api.model with parameters of type TimeWindowStatus Modifier and Type Method Description void
AlertSource. setTimeWindowStatus(TimeWindowStatus newTimeWindowStatus)
Set the value for TimeWindowStatus.void
Precondition. setTimeWindowStatus(TimeWindowStatus newTimeWindowStatus)
Set the value for TimeWindowStatus. -
Uses of TimeWindowStatus in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return TimeWindowStatus Modifier and Type Method Description static TimeWindowStatus
TimeWindowStatus. safeValueOf(String value)
Helper function to return the TimeWindowStatus represented byvalue
.static TimeWindowStatus
TimeWindowStatus. valueOf(char code)
Helper function to return the TimeWindowStatus represented by code.static TimeWindowStatus
TimeWindowStatus. valueOf(Character code)
Helper function to return the TimeWindowStatus represented by code.static TimeWindowStatus
TimeWindowStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeWindowStatus
TimeWindowStatus. valueOfCode(String code)
Helper function to return the TimeWindowStatus represented by code.static TimeWindowStatus[]
TimeWindowStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-