1 2 package org.catacomb.interlish.structure; 3 4 public interface Named { 5 6 String getName(); 7 8 }