Uses of Class
org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturersList
-
Packages that use ManufacturersList Package Description org.bidib.jbidibc.decoder.decoderdb org.bidib.jbidibc.decoder.schema.manufacturers org.bidib.jbidibc.decoder.schema.nmramanufacturers -
-
Uses of ManufacturersList in org.bidib.jbidibc.decoder.decoderdb
Methods in org.bidib.jbidibc.decoder.decoderdb that return ManufacturersList Modifier and Type Method Description ManufacturersListDecoderFirmwareDefinitionAccess. fetch(String login, char[] password)ManufacturersListManufacturerAccess. fetch(String login, char[] password) -
Uses of ManufacturersList in org.bidib.jbidibc.decoder.schema.manufacturers
Methods in org.bidib.jbidibc.decoder.schema.manufacturers that return ManufacturersList Modifier and Type Method Description ManufacturersListObjectFactory. createManufacturersList()Create an instance ofManufacturersListManufacturersListManufacturersList. withManufacturers(ManufacturersType value)ManufacturersListManufacturersList. withVersion(ManufacturersListVersionType value) -
Uses of ManufacturersList in org.bidib.jbidibc.decoder.schema.nmramanufacturers
Methods in org.bidib.jbidibc.decoder.schema.nmramanufacturers that return ManufacturersList Modifier and Type Method Description ManufacturersListNMRAManufacturersFactory. loadNmraManufacturers()Load the NMRA manufacturers from the default file.ManufacturersListNMRAManufacturersFactory. loadNmraManufacturers(String filePath)Load the NMRA manufacturers from the file.
-