]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc/src/main/java/org/argeo/slc/core/structure/StructureElement.java
Revert HSQL DB changes (still force shutdown, but reuse connection)
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / structure / StructureElement.java
1 package org.argeo.slc.core.structure;
2
3 /** Atomic element holding the reference to the element which is structured. */
4 public interface StructureElement {
5 /** Description of this element. */
6 public String getDescription();
7 }