public abstract class RamlQueryParameter extends RamlAbstractParam
| Constructor and Description |
|---|
RamlQueryParameter() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDefaultValue() |
abstract BigDecimal |
getMaximum() |
abstract Integer |
getMaxLength() |
abstract BigDecimal |
getMinimum() |
abstract Integer |
getMinLength() |
abstract String |
getPattern() |
abstract boolean |
isRepeat()
Convenience method for easier processing.
|
abstract void |
setRepeat(boolean repeat) |
getDescription, getDisplayName, getExample, getType, isRequired, setDescription, setDisplayName, setExample, setRequired, setTypepublic abstract void setRepeat(boolean repeat)
public abstract Integer getMinLength()
public abstract Integer getMaxLength()
public abstract BigDecimal getMinimum()
public abstract BigDecimal getMaximum()
public abstract String getPattern()
public abstract boolean isRepeat()
RamlAbstractParamisRepeat in class RamlAbstractParampublic abstract String getDefaultValue()
getDefaultValue in class RamlAbstractParamCopyright © 2017. All rights reserved.