package com.honeywell.field; public interface IDisplayInfo { String getDisplayText(String str); }