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