]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.api.app/src/org/argeo/api/app/EntityDefinition.java
Prepare next development cycle
[gpl/argeo-suite.git] / org.argeo.api.app / src / org / argeo / api / app / EntityDefinition.java
1 package org.argeo.api.app;
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 }