Uses of Class
com.walkfares.odsl.var.process.ProcessType
Package | Description |
---|---|
com.walkfares.odsl.var.process |
-
Uses of ProcessType in com.walkfares.odsl.var.process
Methods in com.walkfares.odsl.var.process that return ProcessType Modifier and Type Method Description ProcessType
VarProcess. getProcessType()
static ProcessType
ProcessType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessType[]
ProcessType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.walkfares.odsl.var.process with parameters of type ProcessType Modifier and Type Method Description VarProcess
VarProcess. setProcessType(ProcessType processType)