public class DataTypeVocabularyMap extends Object implements Serializable
| Constructor and Description |
|---|
DataTypeVocabularyMap() |
| Modifier and Type | Method and Description |
|---|---|
DataTypeVocabulary |
get(String namespaceURI)
obtains an DataTypeVocabulary associated to the namespace.
|
void |
put(String namespaceURI,
DataTypeVocabulary voc)
manually adds DataTypeVocabulary into this map.
|
public DataTypeVocabulary get(String namespaceURI)
public void put(String namespaceURI, DataTypeVocabulary voc)
Copyright © 2014 Oracle Corporation. All Rights Reserved.