View Javadoc

1   package cz.cuni.amis.pogamut.ut2004.communication.messages;
2   
3   public interface ItemTypeTranslator {
4   	
5   	public abstract ItemType get(String utName);
6   
7   }