Uses of Class
org.restlet.ext.wadl.ParameterStyle

Packages that use ParameterStyle
org.restlet.ext.wadl Support the WADL specification. 
 

Uses of ParameterStyle in org.restlet.ext.wadl
 

Methods in org.restlet.ext.wadl that return ParameterStyle
 ParameterStyle ParameterInfo.getStyle()
          Returns the parameter style.
static ParameterStyle ParameterStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterStyle[] ParameterStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.restlet.ext.wadl with parameters of type ParameterStyle
 void ParameterInfo.setStyle(ParameterStyle style)
          Sets the parameter style.
 

Constructors in org.restlet.ext.wadl with parameters of type ParameterStyle
ParameterInfo(String name, boolean required, String type, ParameterStyle style, String documentation)
          Constructor.
ParameterInfo(String name, ParameterStyle style, DocumentationInfo documentation)
          Constructor with a single documentation element.
ParameterInfo(String name, ParameterStyle style, List<DocumentationInfo> documentations)
          Constructor with a list of documentation elements.
ParameterInfo(String name, ParameterStyle style, String documentation)
          Constructor with a single documentation element.
 



Copyright © 2005-2013 Restlet.