Package org.n52.shetland.inspire.dls
Interface InspireCapabilities.InspireExtendedCapabilitiesKeyword
-
- All Known Implementing Classes:
FullInspireExtendedCapabilities
- Enclosing interface:
- InspireCapabilities
public static interface InspireCapabilities.InspireExtendedCapabilitiesKeywordINSPIRE capabilities keywords interface- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesKeywordaddKeyword(InspireKeyword keyword)Add the keywordList<InspireKeyword>getKeywords()Get the keywordsbooleanisSetKeywords()Check if keywords are setInspireCapabilities.InspireExtendedCapabilitiesKeywordsetKeywords(Collection<InspireKeyword> keywords)Set the keywords, clears the existing collection
-
-
-
Method Detail
-
getKeywords
List<InspireKeyword> getKeywords()
Get the keywords- Returns:
- the keywords
-
setKeywords
InspireCapabilities.InspireExtendedCapabilitiesKeyword setKeywords(Collection<InspireKeyword> keywords)
Set the keywords, clears the existing collection- Parameters:
keywords- the keywords to set- Returns:
- this
-
addKeyword
InspireCapabilities.InspireExtendedCapabilitiesKeyword addKeyword(InspireKeyword keyword)
Add the keyword- Parameters:
keyword- the keyword to add- Returns:
- this
-
isSetKeywords
boolean isSetKeywords()
Check if keywords are set- Returns:
true, if keywords are set
-
-