/** * <p>Copyright: Copyright (c) 2011</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.jres.metadata.service; /** * @author gongyf * */ public interface IDictionaryItem { IDictionaryType getParent(); }