public enum SServerState extends Enum<SServerState>
| Enum Constant and Description |
|---|
FATAL_ERROR |
MIGRATION_IMPOSSIBLE |
MIGRATION_REQUIRED |
NOT_SETUP |
RUNNING |
SETUP |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SServerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SServerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SServerState UNDEFINED
public static final SServerState NOT_SETUP
public static final SServerState SETUP
public static final SServerState MIGRATION_REQUIRED
public static final SServerState MIGRATION_IMPOSSIBLE
public static final SServerState FATAL_ERROR
public static final SServerState RUNNING
public static SServerState[] values()
for (SServerState c : SServerState.values()) System.out.println(c);
public static SServerState 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 int getOrdinal()
Copyright © 2018 OpenSource BIM. All rights reserved.