X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2FEntityConstants.java;fp=org.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2FEntityConstants.java;h=f7a2de8e7a5e0628cb6ab710528f250f6fa62fb0;hb=a55bb0dc7e9fbcefb645d34ce24b326d1506a623;hp=0000000000000000000000000000000000000000;hpb=a91a037c1d7d94a47e356918952a106b5071cf5c;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java b/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java new file mode 100644 index 0000000..f7a2de8 --- /dev/null +++ b/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java @@ -0,0 +1,8 @@ +package org.argeo.entity; + +/** Constant related to entities, typically used in an OSGi context. */ +public interface EntityConstants { + final static String TYPE = "entity.type"; + final static String DEFAULT_EDITORY_ID = "entity.defaultEditorId"; + +}