Uses of Class
de.twenty11.skysail.server.restlet.ParameterStyle

Packages that use ParameterStyle
de.twenty11.skysail.server.restlet   
 

Uses of ParameterStyle in de.twenty11.skysail.server.restlet
 

Methods in de.twenty11.skysail.server.restlet 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 de.twenty11.skysail.server.restlet with parameters of type ParameterStyle
 void ParameterInfo.setStyle(ParameterStyle style)
          Sets the parameter style.
 

Constructors in de.twenty11.skysail.server.restlet 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 © 2011-2013. All Rights Reserved.