package com.honeywell.honeywellXL10NextGen.points; public interface IBITerminal { int getInputType(); void setInputType(int i); }