com.sun.syndication.feed.module.base
Interface CustomTags

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, java.io.Serializable
All Known Implementing Classes:
CustomTagsImpl

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

Version:
$Revision: 1.1 $
Author:
Robert "kebernet" Cooper

Field Summary
static java.lang.String URI
           
 
Method Summary
 java.util.List getValues()
           
 void setValues(java.util.List values)
           
 
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 java.lang.String URI
See Also:
Constant Field Values
Method Detail

getValues

java.util.List getValues()

setValues

void setValues(java.util.List values)


Copyright © 2006-2009. All Rights Reserved.