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