public enum ConnectionField extends Enum<ConnectionField>
| Enum Constant and Description |
|---|
CLIENT_ID |
CONNECTION_ID |
CREATION_TIME |
IMPLEMENTATION |
LOCAL_ADDRESS |
PROTOCOL |
REMOTE_ADDRESS |
SESSION_COUNT |
SESSION_ID |
USERS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ConnectionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionField |
valueOfName(String name) |
static ConnectionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionField CONNECTION_ID
public static final ConnectionField CLIENT_ID
public static final ConnectionField USERS
public static final ConnectionField PROTOCOL
public static final ConnectionField SESSION_COUNT
public static final ConnectionField REMOTE_ADDRESS
public static final ConnectionField LOCAL_ADDRESS
public static final ConnectionField SESSION_ID
public static final ConnectionField CREATION_TIME
public static final ConnectionField IMPLEMENTATION
public static ConnectionField[] values()
for (ConnectionField c : ConnectionField.values()) System.out.println(c);
public static ConnectionField 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 String getName()
public static ConnectionField valueOfName(String name)
Copyright © 2022 JBoss by Red Hat. All rights reserved.