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