Uses of Class
org.n52.shetland.inspire.InspireKeyword
-
Packages that use InspireKeyword Package Description org.n52.shetland.inspire.dls -
-
Uses of InspireKeyword in org.n52.shetland.inspire.dls
Methods in org.n52.shetland.inspire.dls that return types with arguments of type InspireKeyword Modifier and Type Method Description List<InspireKeyword>FullInspireExtendedCapabilities. getKeywords()List<InspireKeyword>InspireCapabilities.InspireExtendedCapabilitiesKeyword. getKeywords()Get the keywordsMethods in org.n52.shetland.inspire.dls with parameters of type InspireKeyword Modifier and Type Method Description FullInspireExtendedCapabilitiesFullInspireExtendedCapabilities. addKeyword(InspireKeyword keyword)InspireCapabilities.InspireExtendedCapabilitiesKeywordInspireCapabilities.InspireExtendedCapabilitiesKeyword. addKeyword(InspireKeyword keyword)Add the keywordMethod parameters in org.n52.shetland.inspire.dls with type arguments of type InspireKeyword Modifier and Type Method Description FullInspireExtendedCapabilitiesFullInspireExtendedCapabilities. setKeywords(Collection<InspireKeyword> keywords)InspireCapabilities.InspireExtendedCapabilitiesKeywordInspireCapabilities.InspireExtendedCapabilitiesKeyword. setKeywords(Collection<InspireKeyword> keywords)Set the keywords, clears the existing collection
-