]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/structure/StructureElement.java
Improve documentation.
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / structure / StructureElement.java
index 99ce86cd8922f815b4b53a01dfdd3598d9d28e62..b7400d58ad31ebef723eecfa703b7a9d5f6c8d79 100644 (file)
@@ -1,6 +1,10 @@
 package org.argeo.slc.core.structure;\r
 \r
+/** Atomic element holding the reference to the element which is structured. */\r
 public interface StructureElement {\r
+       /** Path to this element. */\r
        public StructurePath getPath();\r
+\r
+       /** Description of this element. */\r
        public String getDescription();\r
 }\r