Uses of Class
org.bidib.jbidibc.decoder.schema.decoderfirmware.PresetType
-
Packages that use PresetType Package Description org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of PresetType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type PresetType Modifier and Type Field Description protected List<PresetType>PresetGroupType. presetMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return PresetType Modifier and Type Method Description PresetTypeObjectFactory. createPresetType()Create an instance ofPresetTypePresetTypePresetType. withCv(Collection<PresetCVType> values)PresetTypePresetType. withCv(PresetCVType... values)PresetTypePresetType. withDescription(Collection<DescriptionType> values)PresetTypePresetType. withDescription(DescriptionType... values)Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type PresetType Modifier and Type Method Description List<PresetType>PresetGroupType. getPreset()Gets the value of the preset property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type PresetType Modifier and Type Method Description PresetGroupTypePresetGroupType. withPreset(PresetType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type PresetType Modifier and Type Method Description PresetGroupTypePresetGroupType. withPreset(Collection<PresetType> values)
-