Interface AtomLinkModule
-
- All Superinterfaces:
Cloneable,CopyFrom,Module,Serializable
- All Known Implementing Classes:
AtomLinkModuleImpl
public interface AtomLinkModule extends Module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LinkgetLink()Deprecated.List<Link>getLinks()voidsetLink(Link link)Deprecated.voidsetLinks(List<Link> links)-
Methods inherited from interface com.rometools.rome.feed.CopyFrom
copyFrom, getInterface
-
-
-
-
Field Detail
-
URI
static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLink
@Deprecated Link getLink()
Deprecated.
-
setLink
@Deprecated void setLink(Link link)
Deprecated.
-
-