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

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

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

Fields in org.apache.wink.common.model.wadl declared as ParamStyle
protected  ParamStyle Param.style
           
 

Methods in org.apache.wink.common.model.wadl that return ParamStyle
static ParamStyle ParamStyle.fromValue(java.lang.String v)
           
 ParamStyle Param.getStyle()
          Gets the value of the style property.
static ParamStyle ParamStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParamStyle[] ParamStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wink.common.model.wadl with parameters of type ParamStyle
 void Param.setStyle(ParamStyle value)
          Sets the value of the style property.
 



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