Uses of Class
org.bidib.wizard.mvc.locolist.model.LocoLibraryModel.ExecutionResult
-
Packages that use LocoLibraryModel.ExecutionResult Package Description org.bidib.wizard.mvc.locolist.model -
-
Uses of LocoLibraryModel.ExecutionResult in org.bidib.wizard.mvc.locolist.model
Methods in org.bidib.wizard.mvc.locolist.model that return LocoLibraryModel.ExecutionResult Modifier and Type Method Description LocoLibraryModel.ExecutionResultLocoLibraryModel. getExecutionResult()static LocoLibraryModel.ExecutionResultLocoLibraryModel.ExecutionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static LocoLibraryModel.ExecutionResult[]LocoLibraryModel.ExecutionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.locolist.model with parameters of type LocoLibraryModel.ExecutionResult Modifier and Type Method Description voidLocoLibraryModel. setExecutionResult(LocoLibraryModel.ExecutionResult executionResult)
-