public enum EventFrozenCounterVariation extends Enum<EventFrozenCounterVariation>
Enum Constant and Description |
---|
GROUP23_VAR1
Frozen Counter event - 32-bit with flag
|
GROUP23_VAR2
Frozen Counter event - 16-bit with flag
|
GROUP23_VAR5
Frozen Counter event - 32-bit with flag and time
|
GROUP23_VAR6
Frozen Counter event - 16-bit with flag and time
|
Modifier and Type | Method and Description |
---|---|
static EventFrozenCounterVariation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventFrozenCounterVariation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventFrozenCounterVariation GROUP23_VAR1
public static final EventFrozenCounterVariation GROUP23_VAR2
public static final EventFrozenCounterVariation GROUP23_VAR5
public static final EventFrozenCounterVariation GROUP23_VAR6
public static EventFrozenCounterVariation[] values()
for (EventFrozenCounterVariation c : EventFrozenCounterVariation.values()) System.out.println(c);
public static EventFrozenCounterVariation 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.