From e7427d550ffac2c6f32d70c9f158bb8e61acbc37 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Thu, 3 May 2012 12:54:28 -0700 Subject: [PATCH] CSPACE-5130: Adding new vocabulary item string constant for the display name element. --- .../services/vocabulary/VocabularyItemJAXBSchema.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 services/vocabulary/jaxb/src/main/java/org/collectionspace/services/vocabulary/VocabularyItemJAXBSchema.java 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 index 000000000..c6192ee66 --- /dev/null +++ b/services/vocabulary/jaxb/src/main/java/org/collectionspace/services/vocabulary/VocabularyItemJAXBSchema.java @@ -0,0 +1,5 @@ +package org.collectionspace.services.vocabulary; + +public interface VocabularyItemJAXBSchema { + final static String DISPLAY_NAME = "displayName"; +} \ No newline at end of file -- 2.47.3