public class RJP08V1RamlHeader extends RamlHeader
| Constructor and Description |
|---|
RJP08V1RamlHeader(org.raml.model.parameter.Header header) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getExample() |
RamlParamType |
getType() |
boolean |
isRequired() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setExample(String example) |
void |
setRequired(boolean required) |
void |
setType(RamlParamType paramType) |
isRepeatpublic RJP08V1RamlHeader(org.raml.model.parameter.Header header)
public String getDisplayName()
getDisplayName in class RamlAbstractParampublic void setDisplayName(String displayName)
setDisplayName in class RamlAbstractParampublic RamlParamType getType()
getType in class RamlAbstractParampublic void setType(RamlParamType paramType)
setType in class RamlAbstractParampublic boolean isRequired()
isRequired 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 String getExample()
getExample in class RamlAbstractParampublic String getDescription()
getDescription in class RamlAbstractParampublic String getDefaultValue()
getDefaultValue in class RamlAbstractParamCopyright © 2017. All rights reserved.