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