org.exolab.javasource
public final class JTypeName extends Object
Version: $Revision: $ $Date: $
Constructor Summary | |
---|---|
JTypeName()
Creates a default JTypeName. | |
JTypeName(String name)
Creates a new JTypeName with the given name.
|
Method Summary | |
---|---|
boolean | equals(Object obj) |
String | getLocalName()
Returns the local name of this JTypeName.
|
String | getPackageName()
Returns the package name of this JTypeName.
|
String | getQualifiedName()
Returns the qualified name of this JTypeName.
|
int | hashCode() |
void | setLocalName(String localName)
Sets the local name for this JTypeName. |
void | setPackageName(String packageName)
Sets the package name of this JTypeName. |
void | setQualifiedName(String qName)
Sets the qualified name of this JTypeName. |
String | toString() |
Parameters: name the fully qualified class name
See Also: java.lang.Object#equals(java.lang.Object)
{@inheritDoc }
Returns: the local name of this JTypeName
Returns: the package name of this JTypeName
Returns: the qualified name of this JTypeName.
See Also: java.lang.Object#hashCode()
{@inheritDoc }
Parameters: localName the local name to set
Parameters: packageName the package name to set
Parameters: qName the qualified name
See Also: java.lang.Object#toString()
{@inheritDoc }