protected static enum OnlyofficeEditorUIService.State extends Enum<OnlyofficeEditorUIService.State>
| Enum Constant and Description |
|---|
CLOSING
The closing.
|
OPEN
The open.
|
OPENING
The opening.
|
| Modifier and Type | Method and Description |
|---|---|
static OnlyofficeEditorUIService.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnlyofficeEditorUIService.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnlyofficeEditorUIService.State OPENING
public static final OnlyofficeEditorUIService.State OPEN
public static final OnlyofficeEditorUIService.State CLOSING
public static OnlyofficeEditorUIService.State[] values()
for (OnlyofficeEditorUIService.State c : OnlyofficeEditorUIService.State.values()) System.out.println(c);
public static OnlyofficeEditorUIService.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2003–2017 eXo Platform SAS. All rights reserved.