]> git.argeo.org Git - gpl/argeo-slc.git/blob - structure/StructureElement.java
Prepare next development cycle
[gpl/argeo-slc.git] / structure / StructureElement.java
1 package org.argeo.slc.core.structure;
2
3 /**
4 * Atomic element holding metadata such as description about the element which
5 * registered.
6 */
7 public interface StructureElement {
8 /** Label of this element. */
9 public String getLabel();
10 }