public interface Parameter extends RAMLLanguageElement
| Modifier and Type | Method and Description |
|---|---|
String |
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.
|
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()
Boolean required()
String defaultValue()
String example()
Boolean repeat()
Copyright © 2018. All rights reserved.