Uses of Class
com.sun.syndication.feed.module.cc.types.License

Packages that use License
com.sun.syndication.feed.module.cc This is a module for ROME that supports both the "CC" RSS1 module and the RSS 2 (and Atom) module in a unified manner. 
com.sun.syndication.feed.module.cc.types This package contains datatypes for use with the plug in. 
 

Uses of License in com.sun.syndication.feed.module.cc
 

Methods in com.sun.syndication.feed.module.cc that return License
 License[] CreativeCommonsImpl.getAllLicenses()
           
 License[] CreativeCommons.getAllLicenses()
           
 License[] CreativeCommonsImpl.getLicenses()
           
 License[] CreativeCommons.getLicenses()
           
 

Methods in com.sun.syndication.feed.module.cc with parameters of type License
 void CreativeCommonsImpl.setAllLicenses(License[] allLicenses)
           
 void CreativeCommons.setAllLicenses(License[] licenses)
           
 void CreativeCommonsImpl.setLicenses(License[] licenses)
           
 void CreativeCommons.setLicenses(License[] license)
           
 

Uses of License in com.sun.syndication.feed.module.cc.types
 

Fields in com.sun.syndication.feed.module.cc.types declared as License
static License License.ATTRIBUTION
           
static License License.ATTRIBUTION_NO_DERIVS
           
static License License.NO_DERIVS
           
static License License.NO_DERIVS_NONCOMMERCIAL
           
static License License.NONCOMMERCIAL
           
static License License.NONCOMMERCIAL_ATTRIBUTION
           
static License License.NONCOMMERCIAL_ATTRIBUTION_NO_DERIVS
           
static License License.SHARE_ALIKE
           
static License License.SHARE_ALIKE_ATTRIBUTION
           
static License License.SHARE_ALIKE_NONCOMMERCIAL
           
static License License.SHARE_ALIKE_NONCOMMERCIAL_ATTRIBUTION
           
 

Methods in com.sun.syndication.feed.module.cc.types that return License
static License License.findByValue(java.lang.String uri)
           
 



Copyright © 2006-2009. All Rights Reserved.