public abstract class Param extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Param.ParamBuilder |
static class |
Param.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
Param(String name,
Boolean isRequired,
String typeRef,
Param.Type type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Param.Type |
getType() |
String |
getTypeRef() |
Boolean |
isRequired() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRequired(Boolean isRequired) |
void |
setType(Param.Type type) |
void |
setTypeRef(String typeRef) |
protected Param(String name, Boolean isRequired, String typeRef, Param.Type type, String description)
public Boolean isRequired()
public String getTypeRef()
public String getDescription()
public String getName()
public Param.Type getType()
public void setName(String name)
public void setRequired(Boolean isRequired)
public void setType(Param.Type type)
public void setDescription(String description)
public void setTypeRef(String typeRef)
Copyright © 2015. All rights reserved.