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