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