|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionType | |
|---|---|
| org.raml.model | |
| Uses of ActionType in org.raml.model |
|---|
| Methods in org.raml.model that return ActionType | |
|---|---|
ActionType |
Action.getType()
|
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.raml.model that return types with arguments of type ActionType | |
|---|---|
Map<ActionType,Action> |
Resource.getActions()
|
| Methods in org.raml.model with parameters of type ActionType | |
|---|---|
Action |
Resource.getAction(ActionType name)
|
void |
Action.setType(ActionType type)
|
| Method parameters in org.raml.model with type arguments of type ActionType | |
|---|---|
void |
Resource.setActions(Map<ActionType,Action> actions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||