| Package | Description |
|---|---|
| com.onlyoffice.model.documenteditor.callback | |
| com.onlyoffice.model.documenteditor.callback.action |
| Modifier and Type | Field and Description |
|---|---|
private Type |
Action.type
Defines the action type.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<Integer,Type> |
Type.BY_ID
Defines a map of the action types with their IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type |
Type.valueOfId(Integer code)
Returns the enum constant of this type with the specified ID.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023–2024. All rights reserved.