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