Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.DescriptionType
-
Packages that use DescriptionType Package Description org.bidib.jbidibc.decoder.schema.commontypes org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of DescriptionType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type DescriptionType Modifier and Type Field Description protected List<DescriptionType>BitType. descriptionprotected List<DescriptionType>CVType. descriptionprotected List<DescriptionType>GroupType. descriptionprotected List<DescriptionType>OptionType. descriptionprotected List<DescriptionType>PartialType. descriptionMethods in org.bidib.jbidibc.decoder.schema.commontypes that return DescriptionType Modifier and Type Method Description DescriptionTypeObjectFactory. createDescriptionType()Create an instance ofDescriptionTypeDescriptionTypeDescriptionType. withContent(String value)DescriptionTypeDescriptionType. withHelp(String value)DescriptionTypeDescriptionType. withLanguage(String value)DescriptionTypeDescriptionType. withText(String value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type DescriptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<DescriptionType>ObjectFactory. createDescription(DescriptionType value)List<DescriptionType>BitType. getDescription()Gets the value of the description property.List<DescriptionType>CVType. getDescription()Gets the value of the description property.List<DescriptionType>GroupType. getDescription()Gets the value of the description property.List<DescriptionType>OptionType. getDescription()Gets the value of the description property.List<DescriptionType>PartialType. getDescription()Gets the value of the description property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type DescriptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<DescriptionType>ObjectFactory. createDescription(DescriptionType value)BitTypeBitType. withDescription(DescriptionType... values)CVTypeCVType. withDescription(DescriptionType... values)GroupTypeGroupType. withDescription(DescriptionType... values)OptionTypeOptionType. withDescription(DescriptionType... values)PartialTypePartialType. withDescription(DescriptionType... values)Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type DescriptionType Modifier and Type Method Description BitTypeBitType. withDescription(Collection<DescriptionType> values)CVTypeCVType. withDescription(Collection<DescriptionType> values)GroupTypeGroupType. withDescription(Collection<DescriptionType> values)OptionTypeOptionType. withDescription(Collection<DescriptionType> values)PartialTypePartialType. withDescription(Collection<DescriptionType> values) -
Uses of DescriptionType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type DescriptionType Modifier and Type Field Description protected List<DescriptionType>CategoryType. descriptionprotected List<DescriptionType>PresetType. descriptionprotected List<DescriptionType>ResetType. descriptionMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type DescriptionType Modifier and Type Method Description List<DescriptionType>CategoryType. getDescription()Gets the value of the description property.List<DescriptionType>PresetType. getDescription()Gets the value of the description property.List<DescriptionType>ResetType. getDescription()Gets the value of the description property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type DescriptionType Modifier and Type Method Description CategoryTypeCategoryType. withDescription(DescriptionType... values)PresetTypePresetType. withDescription(DescriptionType... values)ResetTypeResetType. withDescription(DescriptionType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type DescriptionType Modifier and Type Method Description CategoryTypeCategoryType. withDescription(Collection<DescriptionType> values)PresetTypePresetType. withDescription(Collection<DescriptionType> values)ResetTypeResetType. withDescription(Collection<DescriptionType> values)
-