| Package | Description |
|---|---|
| org.raml.model | |
| org.raml.model.parameter |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ParamType |
AbstractParam.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractParam.setType(ParamType type) |
| Constructor and Description |
|---|
AbstractParam(String displayName,
ParamType type,
boolean required) |
Copyright © 2016. All rights reserved.