Uses of Class
com.openinventor.remoteviz.rendering.ServiceSettings.RunModes
-
Packages that use ServiceSettings.RunModes Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of ServiceSettings.RunModes in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ServiceSettings.RunModes Modifier and Type Method Description ServiceSettings.RunModesServiceSettings. 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.RunModesServiceSettings.RunModes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceSettings.RunModes[]ServiceSettings.RunModes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type ServiceSettings.RunModes Modifier and Type Method Description voidServiceSettings. setRunMode(ServiceSettings.RunModes runmode)Sets the run mode of the service.
-