| Package | Description |
|---|---|
| org.raml.model | |
| org.raml.model.parameter |
| Modifier and Type | Method and Description |
|---|---|
ParamType |
MimeType.NamedFormParameter.getType() |
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 |
|---|---|
void |
MimeType.NamedFormParameter.setType(ParamType type) |
| Modifier and Type | Method and Description |
|---|---|
ParamType |
AbstractParam.getType()
Getter for the field
type. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractParam.setType(ParamType type)
Setter for the field
type. |
| Constructor and Description |
|---|
AbstractParam(String displayName,
ParamType type,
boolean required)
Constructor for AbstractParam.
|
Copyright © 2015 Mulesoft. All rights reserved.