Uses of Class
org.bidib.jbidibc.decoder.schema.decoderfirmware.PresetGroupType
-
Packages that use PresetGroupType Package Description org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of PresetGroupType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type PresetGroupType Modifier and Type Field Description protected List<PresetGroupType>PresetsType. presetGroupMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return PresetGroupType Modifier and Type Method Description PresetGroupTypeObjectFactory. createPresetGroupType()Create an instance ofPresetGroupTypePresetGroupTypePresetGroupType. withId(int value)PresetGroupTypePresetGroupType. withPreset(Collection<PresetType> values)PresetGroupTypePresetGroupType. withPreset(PresetType... values)Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type PresetGroupType Modifier and Type Method Description List<PresetGroupType>PresetsType. getPresetGroup()Gets the value of the presetGroup property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type PresetGroupType Modifier and Type Method Description PresetsTypePresetsType. withPresetGroup(PresetGroupType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type PresetGroupType Modifier and Type Method Description PresetsTypePresetsType. withPresetGroup(Collection<PresetGroupType> values)
-