Uses of Enum Class
org.netxms.client.constants.DeviceBackupJobStatus
Packages that use DeviceBackupJobStatus
- 
Uses of DeviceBackupJobStatus in org.netxms.client.constantsMethods in org.netxms.client.constants that return DeviceBackupJobStatusModifier and TypeMethodDescriptionstatic DeviceBackupJobStatusDeviceBackupJobStatus.getByValue(int value) Get enum element by integer valuestatic DeviceBackupJobStatusReturns the enum constant of this class with the specified name.static DeviceBackupJobStatus[]DeviceBackupJobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of DeviceBackupJobStatus in org.netxms.client.objectsFields in org.netxms.client.objects declared as DeviceBackupJobStatusModifier and TypeFieldDescriptionprotected DeviceBackupJobStatusAbstractNode.lastConfigBackupJobStatusMethods in org.netxms.client.objects that return DeviceBackupJobStatus