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

java.lang.Object
  extended by com.sun.syndication.feed.module.cc.types.License.Behaviour
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
License

public static class License.Behaviour
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static License.Behaviour ATTRIBUTION
           
static License.Behaviour COPYLEFT
           
static License.Behaviour DERIVATIVE
           
static License.Behaviour DISTRIBUTION
           
static License.Behaviour NONCOMMERCIAL
           
static License.Behaviour NOTICE
           
static License.Behaviour REPRODUCTION
           
 
Method Summary
static License.Behaviour findByValue(java.lang.String uri)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REPRODUCTION

public static final License.Behaviour REPRODUCTION

DISTRIBUTION

public static final License.Behaviour DISTRIBUTION

DERIVATIVE

public static final License.Behaviour DERIVATIVE

NOTICE

public static final License.Behaviour NOTICE

ATTRIBUTION

public static final License.Behaviour ATTRIBUTION

COPYLEFT

public static final License.Behaviour COPYLEFT

NONCOMMERCIAL

public static final License.Behaviour NONCOMMERCIAL
Method Detail

findByValue

public static License.Behaviour findByValue(java.lang.String uri)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2009. All Rights Reserved.