Uses of Class
org.bidib.jbidibc.decoder.schema.decoderfirmware.CategoryType
-
Packages that use CategoryType Package Description org.bidib.jbidibc.decoder.schema.decoderfirmware -
-
Uses of CategoryType in org.bidib.jbidibc.decoder.schema.decoderfirmware
Fields in org.bidib.jbidibc.decoder.schema.decoderfirmware with type parameters of type CategoryType Modifier and Type Field Description protected List<CategoryType>CVStructureType. categoryMethods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return CategoryType Modifier and Type Method Description CategoryTypeObjectFactory. createCategoryType()Create an instance ofCategoryTypeCategoryTypeCategoryType. withDescription(Collection<DescriptionType> values)CategoryTypeCategoryType. withDescription(DescriptionType... values)CategoryTypeCategoryType. withPresetGroupIdReferenceOrIdReferenceOrCategory(Object... values)CategoryTypeCategoryType. withPresetGroupIdReferenceOrIdReferenceOrCategory(Collection<Object> values)Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware that return types with arguments of type CategoryType Modifier and Type Method Description javax.xml.bind.JAXBElement<CategoryType>ObjectFactory. createCategory(CategoryType value)List<CategoryType>CVStructureType. getCategory()Gets the value of the category property.Methods in org.bidib.jbidibc.decoder.schema.decoderfirmware with parameters of type CategoryType Modifier and Type Method Description javax.xml.bind.JAXBElement<CategoryType>ObjectFactory. createCategory(CategoryType value)CVStructureTypeCVStructureType. withCategory(CategoryType... values)Method parameters in org.bidib.jbidibc.decoder.schema.decoderfirmware with type arguments of type CategoryType Modifier and Type Method Description CVStructureTypeCVStructureType. withCategory(Collection<CategoryType> values)
-