Uses of Class
org.apache.isis.viewer.restfulobjects.applib.RepresentationType

Packages that use RepresentationType
org.apache.isis.viewer.restfulobjects.applib   
 

Uses of RepresentationType in org.apache.isis.viewer.restfulobjects.applib
 

Methods in org.apache.isis.viewer.restfulobjects.applib that return RepresentationType
static RepresentationType RepresentationType.lookup(javax.ws.rs.core.MediaType mediaType)
           
static RepresentationType RepresentationType.lookup(String name)
           
static RepresentationType RepresentationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RepresentationType[] RepresentationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.isis.viewer.restfulobjects.applib that return types with arguments of type RepresentationType
static Parser<RepresentationType> RepresentationType.parser()
           
 



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