Uses of Enum Class
org.netxms.client.constants.SensorDeviceClass
Packages that use SensorDeviceClass
- 
Uses of SensorDeviceClass in org.netxms.clientMethods in org.netxms.client that return SensorDeviceClassModifier and TypeMethodDescriptionNXCObjectCreationData.getDeviceClass()NXCObjectModificationData.getDeviceClass()Methods in org.netxms.client with parameters of type SensorDeviceClassModifier and TypeMethodDescriptionvoidNXCObjectCreationData.setDeviceClass(SensorDeviceClass deviceClass) voidNXCObjectModificationData.setDeviceClass(SensorDeviceClass deviceClass) 
- 
Uses of SensorDeviceClass in org.netxms.client.constantsMethods in org.netxms.client.constants that return SensorDeviceClassModifier and TypeMethodDescriptionstatic SensorDeviceClassSensorDeviceClass.getByValue(int value) Get enum element by integer valuestatic SensorDeviceClassReturns the enum constant of this class with the specified name.static SensorDeviceClass[]SensorDeviceClass.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of SensorDeviceClass in org.netxms.client.objectsMethods in org.netxms.client.objects that return SensorDeviceClass