Package net.solarnetwork.node.io.bacnet
Class SimpleBacnetDeviceObjectPropertyCovRef
java.lang.Object
net.solarnetwork.node.io.bacnet.SimpleBacnetDeviceObjectPropertyRef
net.solarnetwork.node.io.bacnet.SimpleBacnetDeviceObjectPropertyCovRef
- All Implemented Interfaces:
Serializable,Comparable<BacnetDeviceObjectPropertyRef>,BacnetDeviceObjectPropertyCovRef,BacnetDeviceObjectPropertyRef
public class SimpleBacnetDeviceObjectPropertyCovRef
extends SimpleBacnetDeviceObjectPropertyRef
implements BacnetDeviceObjectPropertyCovRef
Simple implementation of
SimpleBacnetDeviceObjectPropertyCovRef.- Version:
- 1.0
- Author:
- matt
- See Also:
-
Field Summary
Fields inherited from interface net.solarnetwork.node.io.bacnet.BacnetDeviceObjectPropertyRef
NOT_INDEXED -
Constructor Summary
ConstructorsConstructorDescriptionSimpleBacnetDeviceObjectPropertyCovRef(int deviceId, int objectType, int objectNumber, int propertyId, int propertyIndex, Float covIncrement) Constructor.SimpleBacnetDeviceObjectPropertyCovRef(int deviceId, int objectType, int objectNumber, int propertyId, Float covIncrement) Constructor. -
Method Summary
Methods inherited from class net.solarnetwork.node.io.bacnet.SimpleBacnetDeviceObjectPropertyRef
compareTo, equals, getDeviceId, getObjectNumber, getObjectType, getPropertyId, getPropertyIndex, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.solarnetwork.node.io.bacnet.BacnetDeviceObjectPropertyRef
getDeviceId, getObjectNumber, getObjectType, getPropertyId, getPropertyIndex, hasPropertyIndex, objectType, propertyType
-
Constructor Details
-
SimpleBacnetDeviceObjectPropertyCovRef
public SimpleBacnetDeviceObjectPropertyCovRef(int deviceId, int objectType, int objectNumber, int propertyId, Float covIncrement) Constructor.- Parameters:
deviceId- the device IDobjectType- the object typeobjectNumber- the object numberpropertyId- the property IDcovIncrement- the change-of-value increment
-
SimpleBacnetDeviceObjectPropertyCovRef
public SimpleBacnetDeviceObjectPropertyCovRef(int deviceId, int objectType, int objectNumber, int propertyId, int propertyIndex, Float covIncrement) Constructor.- Parameters:
deviceId- the device IDobjectType- the object typeobjectNumber- the object numberpropertyId- the property IDpropertyIndex- the property indexcovIncrement- the change-of-value increment
-
-
Method Details
-
getCovIncrement
Description copied from interface:BacnetDeviceObjectPropertyCovRefGet a COV property increment filter.- Specified by:
getCovIncrementin interfaceBacnetDeviceObjectPropertyCovRef- Returns:
- the COV property increment
-