Uses of Class
org.restlet.ext.atom.internal.FeedContentReader.State
-
Packages that use FeedContentReader.State Package Description org.restlet.ext.atom.internal -
-
Uses of FeedContentReader.State in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as FeedContentReader.State Modifier and Type Field Description private FeedContentReader.StateFeedContentReader. stateThe current state.Methods in org.restlet.ext.atom.internal that return FeedContentReader.State Modifier and Type Method Description static FeedContentReader.StateFeedContentReader.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FeedContentReader.State[]FeedContentReader.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-