Uses of Class
org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturerType
-
Packages that use ManufacturerType Package Description org.bidib.jbidibc.decoder.schema.manufacturers -
-
Uses of ManufacturerType in org.bidib.jbidibc.decoder.schema.manufacturers
Fields in org.bidib.jbidibc.decoder.schema.manufacturers with type parameters of type ManufacturerType Modifier and Type Field Description protected List<ManufacturerType>ManufacturersType. manufacturerMethods in org.bidib.jbidibc.decoder.schema.manufacturers that return ManufacturerType Modifier and Type Method Description ManufacturerTypeObjectFactory. createManufacturerType()Create an instance ofManufacturerTypeManufacturerTypeManufacturerType. withCountry(String value)ManufacturerTypeManufacturerType. withDecoderDBLink(String value)ManufacturerTypeManufacturerType. withExtendedId(Integer value)ManufacturerTypeManufacturerType. withId(short value)ManufacturerTypeManufacturerType. withName(String value)ManufacturerTypeManufacturerType. withShortName(String value)ManufacturerTypeManufacturerType. withUrl(String value)Methods in org.bidib.jbidibc.decoder.schema.manufacturers that return types with arguments of type ManufacturerType Modifier and Type Method Description List<ManufacturerType>ManufacturersType. getManufacturer()Gets the value of the manufacturer property.Methods in org.bidib.jbidibc.decoder.schema.manufacturers with parameters of type ManufacturerType Modifier and Type Method Description ManufacturersTypeManufacturersType. withManufacturer(ManufacturerType... values)Method parameters in org.bidib.jbidibc.decoder.schema.manufacturers with type arguments of type ManufacturerType Modifier and Type Method Description ManufacturersTypeManufacturersType. withManufacturer(Collection<ManufacturerType> values)
-