Package | Description |
---|---|
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterInfo.setStyle(ParameterStyle style)
Sets the parameter style.
|
Constructor and Description |
---|
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–2018. All rights reserved.