Serializable
public class DataTypeVocabularyMap extends Object implements Serializable
Constructor | Description |
---|---|
DataTypeVocabularyMap() |
Modifier and Type | Method | 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 © 2019 Oracle Corporation. All rights reserved.