From: Richard Millet Date: Thu, 3 May 2012 19:54:28 +0000 (-0700) Subject: CSPACE-5130: Adding new vocabulary item string constant for the display name element. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=e7427d550ffac2c6f32d70c9f158bb8e61acbc37;p=tmp%2Fjakarta-migration.git CSPACE-5130: Adding new vocabulary item string constant for the display name element. --- 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