Uses of Class
org.bidib.jbidibc.decoder.schema.decoderfirmware.PresetCVType
-
Packages that use PresetCVType Package Description org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of PresetCVType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type PresetCVType Modifier and Type Field Description protected List<PresetCVType>PresetType. cvMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return PresetCVType Modifier and Type Method Description PresetCVTypeObjectFactory. createPresetCVType()Create an instance ofPresetCVTypePresetCVTypePresetCVType. withIndexHigh(Integer value)PresetCVTypePresetCVType. withIndexLow(Integer value)PresetCVTypePresetCVType. withNumber(int value)PresetCVTypePresetCVType. withValue(short value)Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type PresetCVType Modifier and Type Method Description javax.xml.bind.JAXBElement<PresetCVType>ObjectFactory. createCv(PresetCVType value)List<PresetCVType>PresetType. getCv()Gets the value of the cv property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type PresetCVType Modifier and Type Method Description javax.xml.bind.JAXBElement<PresetCVType>ObjectFactory. createCv(PresetCVType value)PresetTypePresetType. withCv(PresetCVType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type PresetCVType Modifier and Type Method Description PresetTypePresetType. withCv(Collection<PresetCVType> values)
-