|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Named<T>
| Method Summary | |
|---|---|
String |
getName()
Get the simple name of this T instance. |
T |
setName(String name)
Set the simple-name of this T instance. |
| Method Detail |
|---|
String getName()
T instance. (E.g: For a Java type,
this is be equivalent to calling,
Class.getSimpleName(). For a Java method, this would
be equivalent to calling Member.getName() ... and so on.
T setName(String name)
T instance.
getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||