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