public static enum SamReadEventCounterCmdBuild.SamEventCounterOperationType extends java.lang.Enum<SamReadEventCounterCmdBuild.SamEventCounterOperationType>
| Enum Constant and Description |
|---|
COUNTER_RECORD
Counter record
|
SINGLE_COUNTER
Single counter
|
| Modifier and Type | Method and Description |
|---|---|
static SamReadEventCounterCmdBuild.SamEventCounterOperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SamReadEventCounterCmdBuild.SamEventCounterOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamReadEventCounterCmdBuild.SamEventCounterOperationType COUNTER_RECORD
public static final SamReadEventCounterCmdBuild.SamEventCounterOperationType SINGLE_COUNTER
public static SamReadEventCounterCmdBuild.SamEventCounterOperationType[] values()
for (SamReadEventCounterCmdBuild.SamEventCounterOperationType c : SamReadEventCounterCmdBuild.SamEventCounterOperationType.values()) System.out.println(c);
public static SamReadEventCounterCmdBuild.SamEventCounterOperationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null