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