X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=core%2Forg.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2FEntityTypes.java;fp=core%2Forg.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2FEntityTypes.java;h=ef35147212647f16a2b89aa8ad88ee59bc4cd5dd;hb=418ea1efbf3f0d6b706603c6ff1c0fdd17314773;hp=0000000000000000000000000000000000000000;hpb=70010c4afc5799622fcad5b075740d94da074798;p=gpl%2Fargeo-suite.git diff --git a/core/org.argeo.entity.api/src/org/argeo/entity/EntityTypes.java b/core/org.argeo.entity.api/src/org/argeo/entity/EntityTypes.java new file mode 100644 index 0000000..ef35147 --- /dev/null +++ b/core/org.argeo.entity.api/src/org/argeo/entity/EntityTypes.java @@ -0,0 +1,10 @@ +package org.argeo.entity; + +/** Types related to entities. */ +@Deprecated +public interface EntityTypes { + final static String ENTITY_ENTITY = "entity:entity"; + final static String ENTITY_DEFINITION = "entity:definition"; + + final static String ENTITY_PERSON = "entity:person"; +}