Uses of Class
com.redwood.scheduler.api.rtx.RTXReader.StrictMode
-
Packages that use RTXReader.StrictMode Package Description com.redwood.scheduler.api.rtx Redwood Table XML API. -
-
Uses of RTXReader.StrictMode in com.redwood.scheduler.api.rtx
Methods in com.redwood.scheduler.api.rtx that return RTXReader.StrictMode Modifier and Type Method Description default RTXReader.StrictMode
RTXProducer. getStrictMode()
RTXReader.StrictMode
RTXReader. getStrictMode()
static RTXReader.StrictMode
RTXReader.StrictMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RTXReader.StrictMode[]
RTXReader.StrictMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redwood.scheduler.api.rtx with parameters of type RTXReader.StrictMode Modifier and Type Method Description default void
RTXProducer. setStrictMode(RTXReader.StrictMode strictMode)
Sets theRTXReader.StrictMode
, that is, when this RTXProducer does support strictMode.void
RTXReader. setStrictMode(RTXReader.StrictMode newStrictMode)
default boolean
RTXProducer. supportsStrictMode(RTXReader.StrictMode strictMode)
boolean
RTXReader. supportsStrictMode(RTXReader.StrictMode newStrictMode)
-