]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5130: Adding new vocabulary item string constant for the display name element.
authorRichard Millet <remillet@berkeley.edu>
Thu, 3 May 2012 19:54:28 +0000 (12:54 -0700)
committerRichard Millet <remillet@berkeley.edu>
Thu, 3 May 2012 19:54:28 +0000 (12:54 -0700)
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/vocabulary/VocabularyItemJAXBSchema.java [new file with mode: 0644]

diff --git a/services/vocabulary/jaxb/src/main/java/org/collectionspace/services/vocabulary/VocabularyItemJAXBSchema.java b/services/vocabulary/jaxb/src/main/java/org/collectionspace/services/vocabulary/VocabularyItemJAXBSchema.java
new file mode 100644 (file)
index 0000000..c6192ee
--- /dev/null
@@ -0,0 +1,5 @@
+package org.collectionspace.services.vocabulary;
+
+public interface VocabularyItemJAXBSchema {
+    final static String DISPLAY_NAME = "displayName";
+}
\ No newline at end of file