Refactor DocBook attributes.
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityType.java
index 29075fe1a6fcd908e2fab5a699e3faa9b3cb9d28..ecd6330fed6252be79b537ac1e6573535050eccd 100644 (file)
@@ -3,7 +3,7 @@ package org.argeo.entity;
 /** Types related to entities. */
 public enum EntityType implements JcrName {
        // entity
-       entity, local,
+       entity, local, relatedTo,
        // typology
        typologies, terms, term,
        // form
@@ -11,7 +11,7 @@ public enum EntityType implements JcrName {
        // graphics
        box,
        // geography
-       geopoint,
+       geopoint, bearing,
        // ldap
        person, user;