Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.DetectionType
-
Packages that use DetectionType Package Description org.bidib.jbidibc.decoder.schema.commontypes org.bidib.jbidibc.decoder.schema.decoderdetection org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of DetectionType in org.bidib.jbidibc.decoder.schema.commontypes
Methods in org.bidib.jbidibc.decoder.schema.commontypes that return DetectionType Modifier and Type Method Description DetectionTypeObjectFactory. createDetectionType()Create an instance ofDetectionTypeDetectionTypeDetectionType. withConditionsOrCvOrCvGroup(Object... values)DetectionTypeDetectionType. withConditionsOrCvOrCvGroup(Collection<Object> values)DetectionTypeDetectionType. withDisplayFormat(String value)DetectionTypeDetectionType. withIndexHigh(Integer value)DetectionTypeDetectionType. withIndexLow(Integer value)DetectionTypeDetectionType. withType(DetectionTypeType value)DetectionTypeDetectionType. withValue(String value)DetectionTypeDetectionType. withValueName(String value) -
Uses of DetectionType in org.bidib.jbidibc.decoder.schema.decoderdetection
Fields in org.bidib.jbidibc.decoder.schema.decoderdetection with type parameters of type DetectionType Modifier and Type Field Description protected List<DetectionType>DefaultType. detectionprotected List<DetectionType>ManufacturerType. detectionMethods in org.bidib.jbidibc.decoder.schema.decoderdetection that return types with arguments of type DetectionType Modifier and Type Method Description List<DetectionType>DefaultType. getDetection()Gets the value of the detection property.List<DetectionType>ManufacturerType. getDetection()Gets the value of the detection property.Methods in org.bidib.jbidibc.decoder.schema.decoderdetection with parameters of type DetectionType Modifier and Type Method Description DefaultTypeDefaultType. withDetection(DetectionType... values)ManufacturerTypeManufacturerType. withDetection(DetectionType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderdetection with type arguments of type DetectionType Modifier and Type Method Description DefaultTypeDefaultType. withDetection(Collection<DetectionType> values)ManufacturerTypeManufacturerType. withDetection(Collection<DetectionType> values) -
Uses of DetectionType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type DetectionType Modifier and Type Field Description protected List<DetectionType>DecoderDetectionType. detectionMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type DetectionType Modifier and Type Method Description List<DetectionType>DecoderDetectionType. getDetection()Gets the value of the detection property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type DetectionType Modifier and Type Method Description DecoderDetectionTypeDecoderDetectionType. withDetection(DetectionType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type DetectionType Modifier and Type Method Description DecoderDetectionTypeDecoderDetectionType. withDetection(Collection<DetectionType> values)
-