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