| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||
| ToRss10ChannelItem |
|
| 0.0;0 |
| 1 | package yarfraw.mapping.forward; |
|
| 2 | ||
| 3 | import javax.xml.bind.JAXBElement; |
|
| 4 | ||
| 5 | import yarfraw.core.datamodel.ItemEntry; |
|
| 6 | import yarfraw.core.datamodel.YarfrawException; |
|
| 7 | import yarfraw.generated.rss10.elements.TRss10Item; |
|
| 8 | import yarfraw.mapping.Functor; |
|
| 9 | ||
| 10 | public interface ToRss10ChannelItem extends Functor<JAXBElement<TRss10Item>, ItemEntry, YarfrawException>{} |