Uses of Class
org.xwiki.officeimporter.server.OfficeServer.ServerState
-
Packages that use OfficeServer.ServerState Package Description org.xwiki.officeimporter.server -
-
Uses of OfficeServer.ServerState in org.xwiki.officeimporter.server
Methods in org.xwiki.officeimporter.server that return OfficeServer.ServerState Modifier and Type Method Description OfficeServer.ServerState
OfficeServer. getState()
static OfficeServer.ServerState
OfficeServer.ServerState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OfficeServer.ServerState[]
OfficeServer.ServerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-