Uses of Class
com.gurock.smartinspect.Enum
-
-
Uses of Enum in com.gurock.smartinspect
Subclasses of Enum in com.gurock.smartinspect Modifier and Type Class Description classClockResolutionRepresents the timestamp resolution mode for the Clock class.classFileRotateSpecifies the log rotate mode for the FileProtocol class and derived classes.classGraphicIdUsed by the GraphicViewerContext class to specify the desired picture type.classLevelRepresents the log level in the SmartInspect Java library.classSourceIdUsed in the logSource methods of the Session class to specify the type of source code.classViewerIdSpecifies the viewer for displaying the title or data of a Log Entry in the Console.Methods in com.gurock.smartinspect with parameters of type Enum Modifier and Type Method Description booleanEnum. greater(Enum en)Indicates whether the integer value of this Enum is greater than the integer value of some other Enum.booleanEnum. greaterEqual(Enum en)Indicates whether the integer value of this Enum is greater than or equal to the integer value of some other Enum.booleanEnum. less(Enum en)Indicates whether the integer value of this Enum is less than the integer value of some other Enum.booleanEnum. lessEqual(Enum en)Indicates whether the integer value of this Enum is less than or equal to the integer value of some other Enum. -
Uses of Enum in com.gurock.smartinspect.packets
Subclasses of Enum in com.gurock.smartinspect.packets Modifier and Type Class Description classPacketTypeRepresents the type of packet. -
Uses of Enum in com.gurock.smartinspect.packets.controlcommand
Subclasses of Enum in com.gurock.smartinspect.packets.controlcommand Modifier and Type Class Description classControlCommandTypeRepresents the type of a ControlCommand packet. -
Uses of Enum in com.gurock.smartinspect.packets.logentry
Subclasses of Enum in com.gurock.smartinspect.packets.logentry Modifier and Type Class Description classLogEntryTypeRepresents the type of LogEntry packet. -
Uses of Enum in com.gurock.smartinspect.packets.processflow
Subclasses of Enum in com.gurock.smartinspect.packets.processflow Modifier and Type Class Description classProcessFlowTypeRepresents the type of ProcessFlow packet. -
Uses of Enum in com.gurock.smartinspect.packets.watch
Subclasses of Enum in com.gurock.smartinspect.packets.watch Modifier and Type Class Description classWatchTypeRepresents the type of Watch packet. -
Uses of Enum in com.gurock.smartinspect.scheduler
Subclasses of Enum in com.gurock.smartinspect.scheduler Modifier and Type Class Description classSchedulerActionRepresents a scheduler action to execute when a protocol is operating in asynchronous mode.
-