Interface Named

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Named.Namer
      An implementation of the namer interface for objects implementing the named interface.
    • Method Detail

      • getName

        java.lang.String getName()
        The object's name.

        Must be constant for the life of the object.

        Returns:
        The name. Never null.