Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.util
Interface INamed  view INamed download INamed.java

All Known Subinterfaces:
IName

public interface INamed

Declares a read-only interface for named objects. Named objects should guarantee that getName() returns a non-null and non-blank value (otherwise it doesn't make much sense to declare an object as 'Named'). Implementations should also trim names (i.e. remove leading and trailing whitespace) since whitespace doesn't make much sense in a name.

Version:
$Revision: 1.3 $ $Date: 2003/02/26 03:38:45 $

Method Summary
 java.lang.String getName()
          Returns the name of an object.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of an object.