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