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

Packages that use License.Behaviour
com.sun.syndication.feed.module.cc.types This package contains datatypes for use with the plug in. 
 

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

Fields in com.sun.syndication.feed.module.cc.types declared as License.Behaviour
static License.Behaviour License.Behaviour.ATTRIBUTION
           
static License.Behaviour License.Behaviour.COPYLEFT
           
static License.Behaviour License.Behaviour.DERIVATIVE
           
static License.Behaviour License.Behaviour.DISTRIBUTION
           
static License.Behaviour License.Behaviour.NONCOMMERCIAL
           
static License.Behaviour License.Behaviour.NOTICE
           
static License.Behaviour License.Behaviour.REPRODUCTION
           
 

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

Constructors in com.sun.syndication.feed.module.cc.types with parameters of type License.Behaviour
License(java.lang.String uri, License.Behaviour[] requires, License.Behaviour[] permits)
          Creates a new instance of License
License(java.lang.String uri, License.Behaviour[] requires, License.Behaviour[] permits)
          Creates a new instance of License
 



Copyright © 2006-2009. All Rights Reserved.