public abstract class AbstractInspireKeyword<T> extends Object
| Constructor and Description |
|---|
AbstractInspireKeyword()
constructor
|
AbstractInspireKeyword(InspireOriginatingControlledVocabulary originatingControlledVocabulary)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getKeywordValue()
Get the keyword value
|
InspireOriginatingControlledVocabulary |
getOriginatingControlledVocabulary()
Get the keyword
|
boolean |
isSetOriginatingControlledVocabulary()
Check if the keyword is set
|
protected abstract void |
setKeywordValue(T keywordValue)
Set the keyword value
|
String |
toString() |
public AbstractInspireKeyword()
public AbstractInspireKeyword(InspireOriginatingControlledVocabulary originatingControlledVocabulary)
originatingControlledVocabulary - the keywordpublic InspireOriginatingControlledVocabulary getOriginatingControlledVocabulary()
public boolean isSetOriginatingControlledVocabulary()
true, if the keyword is setpublic abstract T getKeywordValue()
protected abstract void setKeywordValue(T keywordValue)
keywordValue - the keyword value to setCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.