|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParamType | |
|---|---|
| org.raml.model | |
| org.raml.model.parameter | |
| Uses of ParamType in org.raml.model |
|---|
| Methods in org.raml.model that return ParamType | |
|---|---|
static ParamType |
ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParamType[] |
ParamType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ParamType in org.raml.model.parameter |
|---|
| Methods in org.raml.model.parameter that return ParamType | |
|---|---|
ParamType |
AbstractParam.getType()
|
| Methods in org.raml.model.parameter with parameters of type ParamType | |
|---|---|
void |
AbstractParam.setType(ParamType type)
|
| Constructors in org.raml.model.parameter with parameters of type ParamType | |
|---|---|
AbstractParam(String displayName,
ParamType type,
boolean required)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||