This project has retired. For details please refer to its Attic page.

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

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

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

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

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

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



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