Uses of Class
org.apache.wink.common.model.wadl.Representation

Packages that use Representation
org.apache.wink.common.model.wadl   
 

Uses of Representation in org.apache.wink.common.model.wadl
 

Fields in org.apache.wink.common.model.wadl with type parameters of type Representation
protected  java.util.List<Representation> Response.representation
           
protected  java.util.List<Representation> Request.representation
           
 

Methods in org.apache.wink.common.model.wadl that return Representation
 Representation ObjectFactory.createRepresentation()
          Create an instance of Representation
 

Methods in org.apache.wink.common.model.wadl that return types with arguments of type Representation
 java.util.List<Representation> Response.getRepresentation()
          Gets the value of the representation property.
 java.util.List<Representation> Request.getRepresentation()
          Gets the value of the representation property.
 



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