public static enum SingleReadWebSocketSampler.DataType extends Enum<SingleReadWebSocketSampler.DataType>
| Modifier and Type | Method and Description |
|---|---|
static SingleReadWebSocketSampler.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleReadWebSocketSampler.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SingleReadWebSocketSampler.DataType Text
public static final SingleReadWebSocketSampler.DataType Binary
public static final SingleReadWebSocketSampler.DataType Any
public static SingleReadWebSocketSampler.DataType[] values()
for (SingleReadWebSocketSampler.DataType c : SingleReadWebSocketSampler.DataType.values()) System.out.println(c);
public static SingleReadWebSocketSampler.DataType 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 null