View Javadoc
1   package de.dlr.shepard.common.neo4j.entities;
2   
3   public interface Named {
4     String getName();
5   }