public enum ParamValueFunctions extends Enum<ParamValueFunctions> implements ParamValueFunction
| Enum Constant and Description |
|---|
ByteBuff |
Context |
Message |
Payload |
Topic |
| Modifier and Type | Method and Description |
|---|---|
static ParamValueFunctions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamValueFunctions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetValuepublic static final ParamValueFunctions Context
public static final ParamValueFunctions Topic
public static final ParamValueFunctions Message
public static final ParamValueFunctions Payload
public static final ParamValueFunctions ByteBuff
public static ParamValueFunctions[] values()
for (ParamValueFunctions c : ParamValueFunctions.values()) System.out.println(c);
public static ParamValueFunctions 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 © 2025. All rights reserved.