public final class WatchType extends Enum
For example, if a Watch packet has a type of WatchType.String, the represented variable is treated as string in the Console.
This class is fully threadsafe.
| Modifier and Type | Field and Description |
|---|---|
static WatchType |
Address
Instructs the Console to treat a Watch value as address.
|
static WatchType |
Boolean
Instructs the Console to treat a Watch value as boolean.
|
static WatchType |
Char
Instructs the Console to treat a Watch value as char.
|
static WatchType |
Float
Instructs the Console to treat a Watch value as float.
|
static WatchType |
Integer
Instructs the Console to treat a Watch value as integer.
|
static WatchType |
Object
Instructs the Console to treat a Watch value as object.
|
static WatchType |
String
Instructs the Console to treat a Watch value as string.
|
static WatchType |
Timestamp
Instructs the Console to treat a Watch value as timestamp.
|
public static final WatchType Char
public static final WatchType String
public static final WatchType Integer
public static final WatchType Float
public static final WatchType Boolean
public static final WatchType Address
public static final WatchType Timestamp
public static final WatchType Object
Copyright © 2023. All rights reserved.