org.odata4j.format.xml
Class AtomFeedFormatParser.AtomFeed

java.lang.Object
  extended by org.odata4j.format.xml.AtomFeedFormatParser.AtomFeed
All Implemented Interfaces:
Feed
Enclosing class:
AtomFeedFormatParser

public static class AtomFeedFormatParser.AtomFeed
extends Object
implements Feed


Field Summary
 Iterable<Entry> entries
           
 String next
           
 
Constructor Summary
AtomFeedFormatParser.AtomFeed()
           
 
Method Summary
 Iterable<Entry> getEntries()
           
 String getNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

public Iterable<Entry> entries

next

public String next
Constructor Detail

AtomFeedFormatParser.AtomFeed

public AtomFeedFormatParser.AtomFeed()
Method Detail

getEntries

public Iterable<Entry> getEntries()
Specified by:
getEntries in interface Feed

getNext

public String getNext()
Specified by:
getNext in interface Feed


http://odata4j.org