|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes implementing Named indicating they have an associated name. It is expected, although not required, for all Named classes to only have it's name setable in the constructor.
Source code: Named.java
//REQUIRED BY xbn.named.Named...START
private String sName = null;
//REQUIRED BY xbn.named.Named...END
//REQUIRED BY xbn.named.Named...START
public String getName() {
return sName;
}
//REQUIRED BY xbn.named.Named...END
Method Summary | |
String |
getName()
What is the name of this object?. |
Method Detail |
public String getName()
What is the name of this object?. This identifier is used throughout the xbn.named package, particularly in NamedArray.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava