public abstract class TermedDocumentImpl extends Object implements TermedDocument
TermedDocument. This abstract class defines the
code for shared functionality of concrete types of TermedDocument.| Modifier and Type | Method and Description |
|---|---|
Map<String,List<MonolingualTextValue>> |
getAliases()
Return a Map from Wikibase language codes to lists of alias labels for a
given language.
|
Map<String,MonolingualTextValue> |
getDescriptions()
Return a Map from Wikibase language codes to descriptions.
|
Map<String,MonolingualTextValue> |
getLabels()
Return a Map from Wikibase language codes to labels.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityIdpublic Map<String,MonolingualTextValue> getLabels()
TermedDocumentgetLabels in interface TermedDocumentpublic Map<String,MonolingualTextValue> getDescriptions()
TermedDocumentgetDescriptions in interface TermedDocumentpublic Map<String,List<MonolingualTextValue>> getAliases()
TermedDocumentgetAliases in interface TermedDocumentCopyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage