public class ExternalVocabulary extends Object
An external vocabulary has a URI that refers to a vocabulary.
Modifier and Type | Field and Description |
---|---|
String |
URI
A URI that refers to the external vocabulary.
|
Vocabulary |
vocabulary
The vocabulary that is refered to by the URI.
|
Constructor and Description |
---|
ExternalVocabulary(String URI,
Vocabulary vocabulary) |
public final String URI
public final Vocabulary vocabulary
public ExternalVocabulary(String URI, Vocabulary vocabulary)
Copyright © 2019 Oracle Corpration. All Rights Reserved.