Uses of Class
com.gurock.smartinspect.packets.watch.WatchType
-
Packages that use WatchType Package Description com.gurock.smartinspect.packets.watch com.gurock.smartinspect.session -
-
Uses of WatchType in com.gurock.smartinspect.packets.watch
Fields in com.gurock.smartinspect.packets.watch declared as WatchType Modifier and Type Field Description static WatchTypeWatchType. AddressInstructs the Console to treat a Watch value as address.static WatchTypeWatchType. BooleanInstructs the Console to treat a Watch value as boolean.static WatchTypeWatchType. CharInstructs the Console to treat a Watch value as char.static WatchTypeWatchType. FloatInstructs the Console to treat a Watch value as float.static WatchTypeWatchType. IntegerInstructs the Console to treat a Watch value as integer.static WatchTypeWatchType. ObjectInstructs the Console to treat a Watch value as object.static WatchTypeWatchType. StringInstructs the Console to treat a Watch value as string.static WatchTypeWatchType. TimestampInstructs the Console to treat a Watch value as timestamp.Methods in com.gurock.smartinspect.packets.watch that return WatchType Modifier and Type Method Description WatchTypeWatch. getWatchType()Returns the type of this Watch.Methods in com.gurock.smartinspect.packets.watch with parameters of type WatchType Modifier and Type Method Description voidWatch. setWatchType(WatchType watchType)Sets the type of this Watch.Constructors in com.gurock.smartinspect.packets.watch with parameters of type WatchType Constructor Description Watch(WatchType watchType)Overloaded. -
Uses of WatchType in com.gurock.smartinspect.session
Methods in com.gurock.smartinspect.session with parameters of type WatchType Modifier and Type Method Description voidSession. sendCustomWatch(Level level, String name, String value, WatchType wt)Overloaded method.voidSession. sendCustomWatch(String name, String value, WatchType wt)Overloaded.
-