public static enum SessionDetails.DetailType extends Enum<SessionDetails.DetailType>
Enum Constant and Description |
---|
CONNECTOR_NAME
Name of server connector that client session connected to.
|
LOCATION
Client location details.
|
SERVER_NAME
Name of the server currently hosting the session.
|
SUMMARY
Client Summary.
|
Modifier and Type | Method and Description |
---|---|
static SessionDetails.DetailType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionDetails.DetailType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionDetails.DetailType SUMMARY
public static final SessionDetails.DetailType LOCATION
public static final SessionDetails.DetailType CONNECTOR_NAME
public static final SessionDetails.DetailType SERVER_NAME
public static SessionDetails.DetailType[] values()
for (SessionDetails.DetailType c : SessionDetails.DetailType.values()) System.out.println(c);
public static SessionDetails.DetailType 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 © 2020 Push Technology Ltd. All Rights Reserved.