public static enum ConfigureEventBufferMessage.BufferEvents extends java.lang.Enum<ConfigureEventBufferMessage.BufferEvents>
| Enum Constant and Description |
|---|
ALL
Buffer all events.
|
LOW_PRIORITY
Buffer Tx, Rx Fail and Channel Collision events only.
|
NONE
Disable event buffering (ignores size and time values).
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigureEventBufferMessage.BufferEvents |
create(int rawValue)
Creates the BufferEvents object from the raw value.
|
int |
getRawValue()
Gets the raw value of this BufferEvents.
|
static ConfigureEventBufferMessage.BufferEvents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigureEventBufferMessage.BufferEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigureEventBufferMessage.BufferEvents LOW_PRIORITY
public static final ConfigureEventBufferMessage.BufferEvents ALL
public static final ConfigureEventBufferMessage.BufferEvents NONE
public static ConfigureEventBufferMessage.BufferEvents[] values()
for (ConfigureEventBufferMessage.BufferEvents c : ConfigureEventBufferMessage.BufferEvents.values()) System.out.println(c);
public static ConfigureEventBufferMessage.BufferEvents 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 nullpublic int getRawValue()
public static ConfigureEventBufferMessage.BufferEvents create(int rawValue)
rawValue - The raw value.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.