package org.argeo.slc.core.structure; /** * Atomic element holding metadata such as description about the element which * registered. */ public interface StructureElement { /** Description of this element. */ public String getDescription(); }