public interface Parameter extends RAMLLanguageElement
| Modifier and Type | Method and Description |
|---|---|
Object |
defaultValue()
The default attribute specifies the default value to use for the property if the property is omitted or its value is not specified.
|
String |
displayName()
An alternate, human-friendly name for the parameter
|
String |
example()
(Optional) The example attribute shows an example value for the property.
|
ParameterLocation |
location()
Location of the parameter (can not be edited by user)
|
String |
name()
name of the parameter
|
Boolean |
repeat()
The repeat attribute specifies that the parameter can be repeated.
|
Boolean |
required()
Set to true if parameter is required
|
String |
type()
The type attribute specifies the primitive type of the parameter's resolved value.
|
descriptionString name()
String displayName()
String type()
ParameterLocation location()
Boolean required()
Object defaultValue()
String example()
Boolean repeat()
Copyright © 2016. All rights reserved.