public class DataTypeVocabularyMap
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
impl
map from namespace URI to DataTypeVocabulary
|
| Constructor and Description |
|---|
DataTypeVocabularyMap() |
| Modifier and Type | Method and 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.
|
public DataTypeVocabulary get(java.lang.String namespaceURI)
public void put(java.lang.String namespaceURI,
DataTypeVocabulary voc)