public static enum IServer.State extends Enum<IServer.State>
Enum Constant and Description |
---|
STARTED |
STARTING |
STOPPED |
STOPPING |
Modifier and Type | Method and Description |
---|---|
static IServer.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IServer.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IServer.State STARTING
public static final IServer.State STARTED
public static final IServer.State STOPPING
public static final IServer.State STOPPED
public static IServer.State[] values()
for (IServer.State c : IServer.State.values()) System.out.println(c);
public static IServer.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 nulliizi® is a registered trademark of Mindus SARL. © Copyright 2019 Mindus SARL. All rights reserved.