1 package yarfraw.core.datamodel; 2 3 /*** 4 * The format of a rss feed. 5 */ 6 public enum FeedFormat { 7 RSS20, RSS10, ATOM10, ATOM03, UNKNOWN 8 }