Uses of Enum Class
org.episteme.core.device.Device.Status
Packages that use Device.Status
-
Uses of Device.Status in org.episteme.core.device
Subclasses with type arguments of type Device.Status in org.episteme.core.deviceModifier and TypeClassDescriptionstatic enumDevice connection and operational status.Fields in org.episteme.core.device declared as Device.StatusMethods in org.episteme.core.device that return Device.StatusModifier and TypeMethodDescriptionAbstractDevice.getDeviceStatus()default Device.StatusDevice.getDeviceStatus()Returns the actual status enum if available.static Device.StatusReturns the enum constant of this class with the specified name.static Device.Status[]Device.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.device with parameters of type Device.Status