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

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

Uses of Relation in org.restlet.ext.atom
 

Methods in org.restlet.ext.atom that return Relation
 Relation Link.getRel()
          Returns the link's relation type.
static Relation Relation.parse(java.lang.String rel)
          Parses a relation name into the equivalent enumeration item.
static Relation Relation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Relation[] Relation.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 Relation
 Link Entry.getLink(Relation rel)
          Returns the first available link with a given relation type.
 void Link.setRel(Relation rel)
          Sets the link's relation type.
static java.lang.String Relation.toString(Relation rel)
          Return a String object representing the specified Relation.
 



Copyright © 2005-2008 Noelios Technologies.