View Javadoc

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