Introduce graphical support based on SVG naming.
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityType.java
index 00a7803ecaf92c54f179596207403bb23079df78..822bbd98c19304b65efb7aeed193bdf47498cd57 100644 (file)
@@ -1,15 +1,15 @@
 package org.argeo.entity;
 
-import org.argeo.jcr.QualifiedName;
-
 /** Types related to entities. */
-public enum EntityType implements QualifiedName {
+public enum EntityType implements JcrName {
        // entity
        entity, definition,
        // typology
        typologies, terms, term,
        // form
-       form, formSet,
+       form, formSet, formSubmission,
+       // graphics
+       box,
        // ldap
        person;