]> git.argeo.org Git - gpl/argeo-suite.git/blob - EntityDefinition.java
97f7d7c68a30e337d0f5d0e7f946958b57ae542a
[gpl/argeo-suite.git] / EntityDefinition.java
1 package org.argeo.app.api;
2
3 /** The definition of an entity, a composite configurable data structure. */
4 public interface EntityDefinition {
5 // String getEditorId(Node entity);
6
7 String getType();
8 }