| Package | Description |
|---|---|
| org.raml.model |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
Raml.getProtocols() |
List<Protocol> |
Action.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
void |
Raml.setProtocols(List<Protocol> protocols) |
void |
Action.setProtocols(List<Protocol> protocols) |
Copyright © 2016. All rights reserved.