001    package nl.tudelft.tbm.eeni.owl2java.utils;
002    
003    public interface IName {
004    
005        String getName();
006    }