Uses of Class
com.rometools.modules.mediarss.types.Metadata
-
Packages that use Metadata Package Description com.rometools.modules.mediarss This module supports Yahoo!com.rometools.modules.mediarss.io This package contains parsers and generators for the module as well as a specia feed parser for Yahoo's custom RSS2 namespace.com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of Metadata in com.rometools.modules.mediarss
Methods in com.rometools.modules.mediarss that return Metadata Modifier and Type Method Description MetadataMediaModule. getMetadata()Returns Metadata associated with the feed.MetadataMediaModuleImpl. getMetadata()Metadata for a feed.Methods in com.rometools.modules.mediarss with parameters of type Metadata Modifier and Type Method Description voidMediaModuleImpl. setMetadata(Metadata metadata)Metadata for a feed. -
Uses of Metadata in com.rometools.modules.mediarss.io
Methods in com.rometools.modules.mediarss.io with parameters of type Metadata Modifier and Type Method Description voidMediaModuleGenerator. generateMetadata(Metadata m, org.jdom2.Element e) -
Uses of Metadata in com.rometools.modules.mediarss.types
Methods in com.rometools.modules.mediarss.types that return Metadata Modifier and Type Method Description MetadataMediaContent. getMetadata()The metadata for the itemMetadataMediaGroup. getMetadata()Metadata for the groupMethods in com.rometools.modules.mediarss.types with parameters of type Metadata Modifier and Type Method Description voidMediaContent. setMetadata(Metadata metadata)The metadata for the itemvoidMediaGroup. setMetadata(Metadata metadata)Metadata for the groupConstructors in com.rometools.modules.mediarss.types with parameters of type Metadata Constructor Description MediaGroup(MediaContent[] contents, Integer defaultContentIndex, Metadata metadata)
-