]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
b044aa5cafe9d62b7b0108cc435b8bc7fab66009
[tmp/jakarta-migration.git] /
1 /**     \r
2  * RelationListItemJAXBSchema.java\r
3  *\r
4  * {Purpose of This Class}\r
5  *\r
6  * {Other Notes Relating to This Class (Optional)}\r
7  *\r
8  * $LastChangedBy: $\r
9  * $LastChangedRevision: $\r
10  * $LastChangedDate: $\r
11  *\r
12  * This document is a part of the source code and related artifacts\r
13  * for CollectionSpace, an open source collections management system\r
14  * for museums and related institutions:\r
15  *\r
16  * http://www.collectionspace.org\r
17  * http://wiki.collectionspace.org\r
18  *\r
19  * Copyright (c) 2009 {Contributing Institution}\r
20  *\r
21  * Licensed under the Educational Community License (ECL), Version 2.0.\r
22  * You may not use this file except in compliance with this License.\r
23  *\r
24  * You may obtain a copy of the ECL 2.0 License at\r
25  * https://source.collectionspace.org/collection-space/LICENSE.txt\r
26  */\r
27 package org.collectionspace.services.common.relation;\r
28 \r
29 /**\r
30  * The Interface RelationListItemJAXBSchema.\r
31  */\r
32 public interface RelationListItemJAXBSchema {\r
33         \r
34         /** The Constant REL_ROOT_ELEM_NAME. */\r
35         final static String REL_ROOT_ELEM_NAME = "relation-list";\r
36         \r
37         /** The Constant CSID. */\r
38         final static String CSID = "csid";\r
39         \r
40         final static String SUBJECT_CSID = "subjectCsid";\r
41         final static String RELATIONSHIP_TYPE = "relationshipType";\r
42         final static String OBJECT_CSID = "objectCsid";\r
43         \r
44         /** The Constant RELATIONSHIP_TYPE_DISPLAYNAME. */\r
45         final static String RELATIONSHIP_TYPE_DISPLAYNAME = "predicateDisplayName";\r
46 \r
47         /** The Constant URI. */\r
48         final static String URI = "url";\r
49 }\r