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