org.rometools.feed.module.cc
Interface CreativeCommons

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable
All Known Implementing Classes:
CreativeCommonsImpl

public interface CreativeCommons
extends com.sun.syndication.feed.module.Module

Author:
Robert "kebernet" Cooper

Field Summary
static String URI
           
 
Method Summary
 License[] getAllLicenses()
           
 License[] getLicenses()
           
 void setAllLicenses(License[] licenses)
           
 void setLicenses(License[] license)
           
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Field Detail

URI

static final String URI
See Also:
Constant Field Values
Method Detail

getAllLicenses

License[] getAllLicenses()

setAllLicenses

void setAllLicenses(License[] licenses)

getLicenses

License[] getLicenses()

setLicenses

void setLicenses(License[] license)


Copyright © 2013 ROME Project. All Rights Reserved.