|
|||||||||
| Home >> All >> com >> clra >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.clra.util
Interface INamed

- 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.
|
|||||||||
| Home >> All >> com >> clra >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC