Merge remote-tracking branch 'origin/unstable' into testing
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityType.java
index f208a99bfe9dc7e9655080e90e9ccda534b0461d..089cdcf5aff08d1fcb854a77d11b3eca4d838682 100644 (file)
@@ -4,6 +4,8 @@ package org.argeo.entity;
 public enum EntityType implements JcrName {
        // entity
        entity, local, relatedTo,
+       // structure
+       space, document,
        // typology
        typologies, terms, term,
        // form
@@ -11,7 +13,7 @@ public enum EntityType implements JcrName {
        // graphics
        box,
        // geography
-       geopoint,
+       geopoint, bearing,
        // ldap
        person, user;