Uses of Class
org.restlet.ext.wadl.ParameterStyle
-
Packages that use ParameterStyle Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of ParameterStyle in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as ParameterStyle Modifier and Type Field Description private ParameterStyleParameterInfo. styleDeprecated.Parameter style.Methods in org.restlet.ext.wadl that return ParameterStyle Modifier and Type Method Description ParameterStyleWadlRepresentation.ContentReader. getParameterStyle(java.lang.String parameterStyle)Returns a parameterStyle value according to the given string or null.ParameterStyleParameterInfo. getStyle()Deprecated.Returns the parameter style.static ParameterStyleParameterStyle. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static ParameterStyle[]ParameterStyle. values()Deprecated.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 Modifier and Type Method Description voidParameterInfo. setStyle(ParameterStyle style)Deprecated.Sets the parameter style.Constructors in org.restlet.ext.wadl with parameters of type ParameterStyle Constructor Description ParameterInfo(java.lang.String name, boolean required, java.lang.String type, ParameterStyle style, java.lang.String documentation)Deprecated.Constructor.ParameterInfo(java.lang.String name, ParameterStyle style, java.lang.String documentation)Deprecated.Constructor with a single documentation element.ParameterInfo(java.lang.String name, ParameterStyle style, java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.ParameterInfo(java.lang.String name, ParameterStyle style, DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.
-