public static enum ReferenceHandler.Params extends Enum<ReferenceHandler.Params> implements net.openhft.chronicle.wire.WireKey
Enum Constant and Description |
---|
arg |
function |
message |
updateArg |
updateFunction |
value |
Modifier and Type | Method and Description |
---|---|
static ReferenceHandler.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceHandler.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceHandler.Params value
public static final ReferenceHandler.Params function
public static final ReferenceHandler.Params updateFunction
public static final ReferenceHandler.Params updateArg
public static final ReferenceHandler.Params arg
public static final ReferenceHandler.Params message
public static ReferenceHandler.Params[] values()
for (ReferenceHandler.Params c : ReferenceHandler.Params.values()) System.out.println(c);
public static ReferenceHandler.Params 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 © 2021. All rights reserved.