Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.DescriptionType
Packages that use DescriptionType
Package
Description
-
Uses of DescriptionType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type DescriptionTypeModifier and TypeFieldDescriptionprotected 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 DescriptionTypeModifier and TypeMethodDescriptionObjectFactory.createDescriptionType()Create an instance ofDescriptionTypeDescriptionType.withContent(String value) DescriptionType.withLanguage(String value) Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type DescriptionTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<DescriptionType> ObjectFactory.createDescription(DescriptionType value) BitType.getDescription()Gets the value of the description property.CVType.getDescription()Gets the value of the description property.GroupType.getDescription()Gets the value of the description property.OptionType.getDescription()Gets the value of the description property.PartialType.getDescription()Gets the value of the description property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type DescriptionTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<DescriptionType> ObjectFactory.createDescription(DescriptionType value) BitType.withDescription(DescriptionType... values) CVType.withDescription(DescriptionType... values) GroupType.withDescription(DescriptionType... values) OptionType.withDescription(DescriptionType... values) PartialType.withDescription(DescriptionType... values) Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type DescriptionTypeModifier and TypeMethodDescriptionBitType.withDescription(Collection<DescriptionType> values) CVType.withDescription(Collection<DescriptionType> values) GroupType.withDescription(Collection<DescriptionType> values) OptionType.withDescription(Collection<DescriptionType> values) PartialType.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 DescriptionTypeModifier and TypeFieldDescriptionprotected 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 DescriptionTypeModifier and TypeMethodDescriptionCategoryType.getDescription()Gets the value of the description property.PresetType.getDescription()Gets the value of the description property.ResetType.getDescription()Gets the value of the description property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type DescriptionTypeModifier and TypeMethodDescriptionCategoryType.withDescription(DescriptionType... values) PresetType.withDescription(DescriptionType... values) ResetType.withDescription(DescriptionType... values) Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type DescriptionTypeModifier and TypeMethodDescriptionCategoryType.withDescription(Collection<DescriptionType> values) PresetType.withDescription(Collection<DescriptionType> values) ResetType.withDescription(Collection<DescriptionType> values)