Interface Named


public interface Named
Interface which describes an object which has a name, for the purposes of creating an implementation, NamedListImpl of NamedList which works on such objects.
Since:
May 23, 2007
Author:
jhyde
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this object.
  • Method Details

    • getName

      String getName()
      Returns the name of this object.
      Returns:
      name of this object