link start!
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
package com.honeywell.honeywellXL10NextGen.networkInterface.manager;
|
||||
|
||||
import com.honeywell.honeywellXL10NextGen.logicContainers.BIMacro;
|
||||
import com.honeywell.honeywellXL10NextGen.points.BEnumUtil;
|
||||
import com.honeywell.honeywellXL10NextGen.points.BIOPointInterface;
|
||||
import com.honeywell.honeywellXL10NextGen.points.BXL10NextGenPointType;
|
||||
import javax.baja.sys.BComponent;
|
||||
|
||||
public interface INetworkObjectConfgBeanHandler {
|
||||
BComponent getActualBean(BIMacro bIMacro, BIOPointInterface bIOPointInterface, BComponent bComponent);
|
||||
|
||||
BIOPointInterface getObjectConfiguration(BIMacro bIMacro, BXL10NextGenPointType bXL10NextGenPointType, BIOPointInterface bIOPointInterface);
|
||||
|
||||
BIOPointInterface getObjectConfiguration(BIMacro bIMacro, BXL10NextGenPointType bXL10NextGenPointType, String str, String str2, BEnumUtil bEnumUtil, BIOPointInterface bIOPointInterface);
|
||||
|
||||
boolean isInternalUnitOfTypeMSV(BIOPointInterface bIOPointInterface, String str);
|
||||
}
|
||||
Reference in New Issue
Block a user