public static enum ServerInformationAgent.VersionInfo.Mode extends Enum<ServerInformationAgent.VersionInfo.Mode>
Enum Constant and Description |
---|
ISOLATED
Isolated mode, modules may contain isolated resources.
|
LEGACY
Legacy mode, all modules have access to internal libraries and implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static ServerInformationAgent.VersionInfo.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerInformationAgent.VersionInfo.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerInformationAgent.VersionInfo.Mode LEGACY
public static final ServerInformationAgent.VersionInfo.Mode ISOLATED
public static ServerInformationAgent.VersionInfo.Mode[] values()
for (ServerInformationAgent.VersionInfo.Mode c : ServerInformationAgent.VersionInfo.Mode.values()) System.out.println(c);
public static ServerInformationAgent.VersionInfo.Mode 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210