Uses of Class
org.apache.isis.viewer.restfulobjects.applib.links.Rel

Packages that use Rel
org.apache.isis.viewer.restfulobjects.applib.links   
org.apache.isis.viewer.restfulobjects.domainobjects   
 

Uses of Rel in org.apache.isis.viewer.restfulobjects.applib.links
 

Methods in org.apache.isis.viewer.restfulobjects.applib.links that return Rel
static Rel Rel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Rel[] Rel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Rel in org.apache.isis.viewer.restfulobjects.domainobjects
 

Methods in org.apache.isis.viewer.restfulobjects.domainobjects with parameters of type Rel
 LinkRepresentation DomainRepresentation.getLinkWithRel(Rel rel)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.