Uses of Class
de.pco.common.exceptions.DeviceEnum
| Package | Description |
|---|---|
| de.pco.common.exceptions |
-
Uses of DeviceEnum in de.pco.common.exceptions
Methods in de.pco.common.exceptions that return DeviceEnum Modifier and Type Method Description DeviceEnumPcoException. getDevice()static DeviceEnumDeviceEnum. valueOf(int value)Convertor from the int value to the value of the enumeratorstatic DeviceEnumDeviceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceEnum[]DeviceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.common.exceptions with parameters of type DeviceEnum Modifier and Type Method Description static StringDeviceEnum. getText(DeviceEnum error)voidPcoException. setDevice(DeviceEnum device)