public static enum ServerInformationAgent.VersionInfo.Quality extends Enum<ServerInformationAgent.VersionInfo.Quality>
Enum Constant and Description |
---|
BETA
Quality state representing a beta version.
|
DEV
Quality state representing a dev version.
|
STABLE
Quality state representing a stable version.
|
Modifier and Type | Method and Description |
---|---|
static ServerInformationAgent.VersionInfo.Quality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerInformationAgent.VersionInfo.Quality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerInformationAgent.VersionInfo.Quality DEV
public static final ServerInformationAgent.VersionInfo.Quality BETA
public static final ServerInformationAgent.VersionInfo.Quality STABLE
public static ServerInformationAgent.VersionInfo.Quality[] values()
for (ServerInformationAgent.VersionInfo.Quality c : ServerInformationAgent.VersionInfo.Quality.values()) System.out.println(c);
public static ServerInformationAgent.VersionInfo.Quality 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500