Uses of Class
org.apache.isis.viewer.restfulobjects.domainobjects.ActionResultRepresentation.ResultType

Packages that use ActionResultRepresentation.ResultType
org.apache.isis.viewer.restfulobjects.domainobjects   
 

Uses of ActionResultRepresentation.ResultType in org.apache.isis.viewer.restfulobjects.domainobjects
 

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



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