← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14555: Javadoc

 

------------------------------------------------------------
revno: 14555
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-03-31 10:14:03 +0200
message:
  Javadoc
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OrganisationUnitSelectionMode.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OrganisationUnitSelectionMode.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OrganisationUnitSelectionMode.java	2014-03-24 14:49:29 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/OrganisationUnitSelectionMode.java	2014-03-31 08:14:03 +0000
@@ -29,6 +29,15 @@
  */
 
 /**
+ * Defines the selection of organisation units.
+ * 
+ * <ul>
+ * <li>SELECTED: specified units only.</li>
+ * <li>CHILDREN: immediate children of specified units, including specified units.</li>
+ * <li>DESCENDANTS: all units in sub-hierarchy of specified units, including specified units.</li>
+ * <li>ALL: all units in system.</li>
+ * </ul>
+ * 
  * @author Lars Helge Overland
  */
 public enum OrganisationUnitSelectionMode