| Package | Description |
|---|---|
| org.gwtproject.editor.processor.model |
| Modifier and Type | Method and Description |
|---|---|
static BeanMethod |
BeanMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanMethod[] |
BeanMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static BeanMethod |
BeanMethod.which(ExecutableElement method)
Determine which Action a method maps to.
|
Copyright © 2018–2020 The GWT Authors. All rights reserved.