|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.hibernate.tool.hbm2java.ClassName
public class ClassName
Constructor Summary | |
---|---|
ClassName(String fqn)
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Two ClassName are equals if their fullyQualifiedName are the same/equals! |
String |
getFullyQualifiedName()
|
String |
getName()
returns the atomar name for a class. |
String |
getPackageName()
returns the package name for a class/type. |
boolean |
inJavaLang()
|
boolean |
inSamePackage(ClassName other)
|
boolean |
isArray()
return true if this type is an array. |
boolean |
isPrimitive()
Type is primitive if the basename (fqn without []) is in the PRIMITIVE set. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassName(String fqn)
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
public String getFullyQualifiedName()
public String getName()
public String getPackageName()
public boolean inJavaLang()
public boolean inSamePackage(ClassName other)
public boolean isArray()
public boolean isPrimitive()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |