com.supermap.services.components

Class AddressMatchNameMapping

  • java.lang.Object
    • com.supermap.services.components.AddressMatchNameMapping
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List<java.lang.String> getNames(AddressMatch addressMatch)
      Gets a list of names.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddressMatchNameMapping

        public AddressMatchNameMapping()
        
    • Method Detail

      • getNames

        public java.util.List<java.lang.String> getNames(AddressMatch addressMatch)
        
        Description copied from interface: NameMapping

        Gets a list of names.

        Specified by:
        getNames in interface NameMapping<AddressMatch>
        Parameters:
        addressMatch - Business component object
        Returns:
        List of names.