public class RJP08V1RamlQueryParameter extends RamlQueryParameter
| Constructor and Description |
|---|
RJP08V1RamlQueryParameter(org.raml.model.parameter.QueryParameter queryParameter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getExample() |
BigDecimal |
getMaximum() |
Integer |
getMaxLength() |
BigDecimal |
getMinimum() |
Integer |
getMinLength() |
String |
getPattern() |
RamlParamType |
getType() |
boolean |
isRepeat()
Convenience method for easier processing.
|
boolean |
isRequired() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setExample(String example) |
void |
setRepeat(boolean repeat) |
void |
setRequired(boolean required) |
void |
setType(RamlParamType paramType) |
public RJP08V1RamlQueryParameter(org.raml.model.parameter.QueryParameter queryParameter)
public void setType(RamlParamType paramType)
setType in class RamlAbstractParampublic void setRequired(boolean required)
setRequired in class RamlAbstractParampublic void setExample(String example)
setExample in class RamlAbstractParampublic void setDescription(String description)
setDescription in class RamlAbstractParampublic boolean isRequired()
isRequired in class RamlAbstractParampublic RamlParamType getType()
getType in class RamlAbstractParampublic String getExample()
getExample in class RamlAbstractParampublic void setDisplayName(String displayName)
setDisplayName in class RamlAbstractParampublic String getDescription()
getDescription in class RamlAbstractParampublic void setRepeat(boolean repeat)
setRepeat in class RamlQueryParameterpublic Integer getMinLength()
getMinLength in class RamlQueryParameterpublic Integer getMaxLength()
getMaxLength in class RamlQueryParameterpublic BigDecimal getMinimum()
getMinimum in class RamlQueryParameterpublic BigDecimal getMaximum()
getMaximum in class RamlQueryParameterpublic String getPattern()
getPattern in class RamlQueryParameterpublic String getDisplayName()
getDisplayName in class RamlAbstractParampublic boolean isRepeat()
RamlAbstractParamisRepeat in class RamlQueryParameterpublic String getDefaultValue()
getDefaultValue in class RamlQueryParameterCopyright © 2017. All rights reserved.