Uses of Class
org.bidib.jbidibc.decoder.schema.decoderfirmware.DecoderType
-
Packages that use DecoderType Package Description org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of DecoderType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type DecoderType Modifier and Type Field Description protected List<DecoderType>DecodersType. decoderMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return DecoderType Modifier and Type Method Description DecoderTypeObjectFactory. createDecoderType()Create an instance ofDecoderTypeDecoderTypeDecoderType. withName(String value)DecoderTypeDecoderType. withType(DecoderTypeType value)DecoderTypeDecoderType. withTypeIds(String value)Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type DecoderType Modifier and Type Method Description List<DecoderType>DecodersType. getDecoder()Gets the value of the decoder property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type DecoderType Modifier and Type Method Description DecodersTypeDecodersType. withDecoder(DecoderType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type DecoderType Modifier and Type Method Description DecodersTypeDecodersType. withDecoder(Collection<DecoderType> values)
-