Class DataTypeVocabularyMap

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataTypeVocabularyMap
    extends java.lang.Object
    implements java.io.Serializable
    a map from namespace URI to DataTypeVocabulary
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map impl
      map from namespace URI to DataTypeVocabulary
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataTypeVocabulary get​(java.lang.String namespaceURI)
      obtains an DataTypeVocabulary associated to the namespace.
      void put​(java.lang.String namespaceURI, DataTypeVocabulary voc)
      manually adds DataTypeVocabulary into this map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • impl

        private final java.util.Map impl
        map from namespace URI to DataTypeVocabulary
    • Constructor Detail

      • DataTypeVocabularyMap

        public DataTypeVocabularyMap()
    • Method Detail

      • get

        public DataTypeVocabulary get​(java.lang.String namespaceURI)
        obtains an DataTypeVocabulary associated to the namespace. If necessary, Vocabulary is located and instanciated.
      • put

        public void put​(java.lang.String namespaceURI,
                        DataTypeVocabulary voc)
        manually adds DataTypeVocabulary into this map.