OfficeServer.ServerState
instead@Deprecated public static enum OpenOfficeManager.ManagerState extends Enum<OpenOfficeManager.ManagerState>
OpenOfficeManager
.Enum Constant and Description |
---|
CONF_ERROR
Deprecated.
Configuration error.
|
CONNECTED
Deprecated.
Connected.
|
ERROR
Deprecated.
Error.
|
NOT_CONNECTED
Deprecated.
Not connected.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
|
static OpenOfficeManager.ManagerState |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OpenOfficeManager.ManagerState[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenOfficeManager.ManagerState CONNECTED
public static final OpenOfficeManager.ManagerState NOT_CONNECTED
public static final OpenOfficeManager.ManagerState CONF_ERROR
public static final OpenOfficeManager.ManagerState ERROR
public static OpenOfficeManager.ManagerState[] values()
for (OpenOfficeManager.ManagerState c : OpenOfficeManager.ManagerState.values()) System.out.println(c);
public static OpenOfficeManager.ManagerState 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 nullpublic String toString()
toString
in class Enum<OpenOfficeManager.ManagerState>
Copyright © 2004–2021 XWiki. All rights reserved.