X-Git-Url: https://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=93021e0f07b2b2afee4c07acc22becd048847a3c;hb=3440f51df3e4c015972c7b6a0efb3ce16188b89b;hp=0000000000000000000000000000000000000000;hpb=752a7b2614895002a3d184be166ef4162caf0d05;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..93021e0 --- /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_EDITOR_ID = "entity.defaultEditorId"; + +}