Uses of Class
org.restlet.ext.atom.MemberType

Packages that use MemberType
org.restlet.ext.atom Support for the Atom syndication standard. 
 

Uses of MemberType in org.restlet.ext.atom
 

Methods in org.restlet.ext.atom that return MemberType
 MemberType Collection.getMemberType()
          Returns the type of members.
static MemberType MemberType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MemberType[] MemberType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.restlet.ext.atom with parameters of type MemberType
 void Collection.setMemberType(MemberType memberType)
          Sets the type of members.
 



Copyright © 2005-2008 Noelios Technologies.