Uses of Enum Class
oracle.as.scheduler.RequestMode
Packages that use RequestMode
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RequestMode in oracle.as.scheduler
Methods in oracle.as.scheduler that return RequestModeModifier and TypeMethodDescriptionstatic RequestMode
RequestMode.fromString
(String requestModeStr) Converts a stringified request mode into a RequestMode object.RequestDetail.getRequestMode()
Gets the request mode of request.static RequestMode
RequestMode.valueOf
(int value) The RequestMode associated with the given value.static RequestMode
Returns the enum constant of this class with the specified name.static RequestMode[]
RequestMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.