Uses of Class
com.rometools.modules.itunes.types.Subcategory
-
Packages that use Subcategory Package Description com.rometools.modules.itunes.types This package contains data types for use wit the iTunes plug in. -
-
Uses of Subcategory in com.rometools.modules.itunes.types
Methods in com.rometools.modules.itunes.types that return Subcategory Modifier and Type Method Description SubcategoryCategory. getSubcategory()Returns the Subcategory object for this categoryMethods in com.rometools.modules.itunes.types that return types with arguments of type Subcategory Modifier and Type Method Description List<Subcategory>Category. getSubcategories()Returns the list of subcategories under this categoryMethods in com.rometools.modules.itunes.types with parameters of type Subcategory Modifier and Type Method Description voidCategory. addSubcategory(Subcategory subcategory)voidCategory. setSubcategory(Subcategory subcategory)Sets the Subcategory object for this categoryMethod parameters in com.rometools.modules.itunes.types with type arguments of type Subcategory Modifier and Type Method Description voidCategory. setSubcategories(List<Subcategory> subcategories)
-