org.exolab.javasource
public 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
|
String | getQualifiedName()
Returns the qualified name for 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
Returns: the local name
Returns: the package name
Returns: the qualified name
Parameters: localName the local name to set
Parameters: packageName the package name to set
Parameters: qName the qualified name