]> git.argeo.org Git - gpl/argeo-suite.git/blob - core/org.argeo.entity.api/src/org/argeo/entity/EntityTypes.java
Rename Eclipse project.
[gpl/argeo-suite.git] / core / org.argeo.entity.api / src / org / argeo / entity / EntityTypes.java
1 package org.argeo.entity;
2
3 /** Types related to entities. */
4 @Deprecated
5 public interface EntityTypes {
6 final static String ENTITY_ENTITY = "entity:entity";
7 final static String ENTITY_DEFINITION = "entity:definition";
8
9 final static String ENTITY_PERSON = "entity:person";
10 }