Uses of Class
crawlercommons.sitemaps.extension.NewsAttributes.NewsGenre
-
Packages that use NewsAttributes.NewsGenre Package Description crawlercommons.sitemaps.extension Extensions to the sitemaps protocol for additional attributes and links to alternate media formats, for example image, video and news sitemaps. -
-
Uses of NewsAttributes.NewsGenre in crawlercommons.sitemaps.extension
Methods in crawlercommons.sitemaps.extension that return NewsAttributes.NewsGenre Modifier and Type Method Description NewsAttributes.NewsGenre[]
NewsAttributes. getGenres()
static NewsAttributes.NewsGenre
NewsAttributes.NewsGenre. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewsAttributes.NewsGenre[]
NewsAttributes.NewsGenre. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in crawlercommons.sitemaps.extension with parameters of type NewsAttributes.NewsGenre Modifier and Type Method Description void
NewsAttributes. setGenres(NewsAttributes.NewsGenre[] genres)
-