Uses of Class
org.bidib.wizard.mvc.loco.model.BinStateValue
-
Packages that use BinStateValue Package Description org.bidib.wizard.mvc.loco.model -
-
Uses of BinStateValue in org.bidib.wizard.mvc.loco.model
Methods in org.bidib.wizard.mvc.loco.model that return BinStateValue Modifier and Type Method Description BinStateValueLocoModel. getDevBinStateValue()static BinStateValueBinStateValue. valueOf(String name)Returns the enum constant of this type with the specified name.static BinStateValue[]BinStateValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.loco.model with parameters of type BinStateValue Modifier and Type Method Description voidLocoModel. setDevBinStateValue(BinStateValue devBinStateValue)
-