|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vote.Ident
This class provides a skeletal implementation of an identifier.
IdentTable
Constructor Summary | |
protected |
Ident(String name)
Constructor of the identifier. |
Method Summary | |
String |
getName()
Accessor of the name of the identifier. |
String |
toString()
Returns a string representation of this identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected Ident(String name)
name
- name of the identifier.Method Detail |
public String getName()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |