com.supermap.services.components

Class DefaultNameMapping

  • java.lang.Object
    • com.supermap.services.components.DefaultNameMapping
  • All Implemented Interfaces:
    NameMapping


    public class DefaultNameMapping
    extends java.lang.Object
    implements NameMapping
    

    Default name mapping object class.

    This class is used to provide default name mappings in business components, and defaults to a list of names of length 0.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List<java.lang.String> getNames(java.lang.Object object)
      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

      • DefaultNameMapping

        public DefaultNameMapping()
        
    • Method Detail

      • getNames

        public java.util.List<java.lang.String> getNames(java.lang.Object object)
        

        Gets a list of names.

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