public static enum RemoteColumnView.Params extends Enum<RemoteColumnView.Params> implements net.openhft.chronicle.wire.WireKey
Enum Constant and Description |
---|
keys |
oldRow |
row |
sortedFilter |
Modifier and Type | Method and Description |
---|---|
static RemoteColumnView.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteColumnView.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteColumnView.Params sortedFilter
public static final RemoteColumnView.Params row
public static final RemoteColumnView.Params oldRow
public static final RemoteColumnView.Params keys
public static RemoteColumnView.Params[] values()
for (RemoteColumnView.Params c : RemoteColumnView.Params.values()) System.out.println(c);
public static RemoteColumnView.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.