Uses of Class
adams.flow.control.Flow.ErrorHandling
-
Packages that use Flow.ErrorHandling Package Description adams.flow.control -
-
Uses of Flow.ErrorHandling in adams.flow.control
Fields in adams.flow.control declared as Flow.ErrorHandling Modifier and Type Field Description protected Flow.ErrorHandling
Flow. m_ErrorHandling
the error handling.Methods in adams.flow.control that return Flow.ErrorHandling Modifier and Type Method Description Flow.ErrorHandling
Flow. getErrorHandling()
Returns how errors are handled.static Flow.ErrorHandling
Flow.ErrorHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static Flow.ErrorHandling[]
Flow.ErrorHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.control with parameters of type Flow.ErrorHandling Modifier and Type Method Description void
Flow. setErrorHandling(Flow.ErrorHandling value)
Sets how errors are handled.
-