public static enum ServerIdentity.MAP_KEYNAME extends Enum<ServerIdentity.MAP_KEYNAME>
Enum Constant and Description |
---|
NAME
Server Hostname: String
|
ROLE
Server Role: String
|
SERVERID
ServerId (Id of the VM/server): Integer or String representing integer
|
SITEID
SiteId: Integer or String representing integer
|
Modifier and Type | Method and Description |
---|---|
static ServerIdentity.MAP_KEYNAME |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerIdentity.MAP_KEYNAME[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerIdentity.MAP_KEYNAME NAME
public static final ServerIdentity.MAP_KEYNAME ROLE
public static final ServerIdentity.MAP_KEYNAME SITEID
public static final ServerIdentity.MAP_KEYNAME SERVERID
public static ServerIdentity.MAP_KEYNAME[] values()
for (ServerIdentity.MAP_KEYNAME c : ServerIdentity.MAP_KEYNAME.values()) System.out.println(c);
public static ServerIdentity.MAP_KEYNAME 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 © 2018 Vitam. All rights reserved.