Uses of Class
nl.tailormap.viewer.config.ClobElement
-
Packages that use ClobElement Package Description nl.tailormap.viewer.config nl.tailormap.viewer.config.app nl.tailormap.viewer.config.services -
-
Uses of ClobElement in nl.tailormap.viewer.config
Methods in nl.tailormap.viewer.config with parameters of type ClobElement Modifier and Type Method Description static booleanClobElement. isNotBlank(ClobElement e)static StringClobElement. nullSafeGet(ClobElement e) -
Uses of ClobElement in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return types with arguments of type ClobElement Modifier and Type Method Description Map<String,ClobElement>Application. getDetails()Map<String,ClobElement>ApplicationLayer. getDetails()Method parameters in nl.tailormap.viewer.config.app with type arguments of type ClobElement Modifier and Type Method Description voidApplication. setDetails(Map<String,ClobElement> details)voidApplicationLayer. setDetails(Map<String,ClobElement> details) -
Uses of ClobElement in nl.tailormap.viewer.config.services
Methods in nl.tailormap.viewer.config.services that return types with arguments of type ClobElement Modifier and Type Method Description Map<String,ClobElement>GeoService. getDetails()Map<String,ClobElement>Layer. getDetails()Method parameters in nl.tailormap.viewer.config.services with type arguments of type ClobElement Modifier and Type Method Description voidGeoService. setDetails(Map<String,ClobElement> details)voidLayer. setDetails(Map<String,ClobElement> details)
-