Uses of Interface
com.rometools.rome.feed.CopyFrom
-
Packages that use CopyFrom Package Description com.rometools.rome.feed com.rometools.rome.feed.impl com.rometools.rome.feed.module com.rometools.rome.feed.synd -
-
Uses of CopyFrom in com.rometools.rome.feed
Methods in com.rometools.rome.feed that return types with arguments of type CopyFrom Modifier and Type Method Description Class<? extends CopyFrom>CopyFrom. getInterface()Returns the interface the copyFrom works on.Methods in com.rometools.rome.feed with parameters of type CopyFrom Modifier and Type Method Description voidCopyFrom. copyFrom(CopyFrom obj)Copies all the properties of the given bean into this one. -
Uses of CopyFrom in com.rometools.rome.feed.impl
Constructor parameters in com.rometools.rome.feed.impl with type arguments of type CopyFrom Constructor Description CopyFromHelper(Class<? extends CopyFrom> beanInterfaceClass, Map<String,Class<?>> basePropInterfaceMap, Map<Class<? extends CopyFrom>,Class<?>> basePropClassImplMap) -
Uses of CopyFrom in com.rometools.rome.feed.module
Subinterfaces of CopyFrom in com.rometools.rome.feed.module Modifier and Type Interface Description interfaceDCModuleDublin Core Module.interfaceDCSubjectSubject of the Dublin Core ModuleImpl.interfaceModuleBase class for modules describing Metadata of feeds.interfaceSyModuleSyndication ModuleImpl.Classes in com.rometools.rome.feed.module that implement CopyFrom Modifier and Type Class Description classDCModuleImplDublin Core ModuleImpl, default implementation.classDCSubjectImplSubject of the Dublin Core ModuleImpl, default implementation.classModuleImplBase class for modules describing Metadata of feeds, default implementations.classSyModuleImplSyndication ModuleImpl, default implementation.Methods in com.rometools.rome.feed.module with parameters of type CopyFrom Modifier and Type Method Description voidDCModuleImpl. copyFrom(CopyFrom obj)voidDCSubjectImpl. copyFrom(CopyFrom obj)voidSyModuleImpl. copyFrom(CopyFrom obj) -
Uses of CopyFrom in com.rometools.rome.feed.synd
Subinterfaces of CopyFrom in com.rometools.rome.feed.synd Modifier and Type Interface Description interfaceSyndCategoryBean interface for categories of SyndFeedImpl feeds and entries.interfaceSyndContentBean interface for content of SyndFeedImpl entries.interfaceSyndEnclosureinterfaceSyndEntryBean interface for entries of SyndFeedImpl feeds.interfaceSyndFeedBean interface for all types of feeds.interfaceSyndImageBean interface for images of SyndFeedImpl feeds.Classes in com.rometools.rome.feed.synd that implement CopyFrom Modifier and Type Class Description classSyndCategoryImplBean for categories of SyndFeedImpl feeds and entries.classSyndContentImplBean for content of SyndFeedImpl entries.classSyndEnclosureImplclassSyndEntryImplBean for entries of SyndFeedImpl feeds.classSyndFeedImplBean for all types of feeds.classSyndImageImplBean for images of SyndFeedImpl feeds.Methods in com.rometools.rome.feed.synd that return types with arguments of type CopyFrom Modifier and Type Method Description Class<? extends CopyFrom>SyndCategoryImpl. getInterface()Methods in com.rometools.rome.feed.synd with parameters of type CopyFrom Modifier and Type Method Description voidSyndCategoryImpl. copyFrom(CopyFrom obj)voidSyndContentImpl. copyFrom(CopyFrom obj)voidSyndEnclosureImpl. copyFrom(CopyFrom obj)voidSyndEntryImpl. copyFrom(CopyFrom obj)voidSyndFeedImpl. copyFrom(CopyFrom obj)voidSyndImageImpl. copyFrom(CopyFrom syndImage)
-