package com.honeywell.bacnetSpyder.networkInterface; import com.honeywell.honeywellXL10NextGen.networkInterface.INetworkObject; import com.honeywell.honeywellXL10NextGen.points.BIOPointInterface; public interface IUICalOffset extends IBACnetNwObject { public static final int UICALOFFSET0 = 37376; public static final int UICALOFFSET1 = 37377; public static final int UICALOFFSET2 = 37378; public static final int UICALOFFSET3 = 37379; public static final int UICALOFFSET4 = 37380; public static final int UICALOFFSET5 = 37381; public static final int UICALOFFSET6 = 37382; int getAddressAssignedInMI(); INetworkObject getCorrespondingAINetworkObject(); int getCorrespondingAINwObjectID(); String getCorrespondingAINwObjectName(); BIOPointInterface getCorrespondingModulatingInput(); int getPVID(); String getUnitOfCorrespondingMI(); void setCorrespondingAINwObjectID(int i); void setCorrespondingAINwObjectName(String str); }