Uses of Enum Class
com.openinventor.remoteviz.rendering.ServiceSettings.RunModes
Packages that use ServiceSettings.RunModes
-
Uses of ServiceSettings.RunModes in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ServiceSettings.RunModesModifier and TypeMethodDescriptionServiceSettings.getRunMode()Gets the run mode of the service.static ServiceSettings.RunModesServiceSettings.RunModes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic ServiceSettings.RunModesReturns the enum constant of this class with the specified name.static ServiceSettings.RunModes[]ServiceSettings.RunModes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings.RunModesModifier and TypeMethodDescriptionvoidServiceSettings.setRunMode(ServiceSettings.RunModes runmode) Sets the run mode of the service.