|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.jclasslib.browser.config.window.ReferenceHolder
Browser path component for named class member (field or method).
Constructor Summary | |
ReferenceHolder()
Constructor. |
|
ReferenceHolder(String name,
String type)
Constructor. |
Method Summary | |
String |
getName()
Get the name of the reference. |
String |
getType()
Get the type of the reference. |
void |
setName(String name)
Set the name of the reference. |
void |
setType(String type)
Set the type of the reference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReferenceHolder(String name, String type)
name
- the name of the reference.type
- the type of the reference.public ReferenceHolder()
Method Detail |
public String getName()
public void setName(String name)
name
- the name.public String getType()
public void setType(String type)
type
- the type.
|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |