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