|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.common.actions.ClassDefinition
public class ClassDefinition
| Constructor Summary | |
|---|---|
ClassDefinition(java.lang.Class c)
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
Compares this object to another. |
boolean |
equals(java.lang.Object obj)
Returns true if the specified object is semantically equal to this instance. |
java.lang.String |
getClassName()
|
java.lang.Class |
getClassObject()
|
java.lang.String |
getFullName()
|
java.lang.String |
getPackageName()
|
int |
hashCode()
Overrides Object hashCode method. |
java.lang.String |
toString()
Returns a string representing the current state of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClassDefinition(java.lang.Class c)
| Method Detail |
|---|
public java.lang.String getFullName()
public java.lang.String getClassName()
public java.lang.String getPackageName()
public java.lang.Class getClassObject()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object obj)
equals().
compareTo in interface java.lang.Comparableobj - the object that this instance is to be compared to.
java.lang.ClassCastException - if the specified object's type prevents it
from being compared to this instance.public boolean equals(java.lang.Object obj)
compareTo().
equals in class java.lang.Objectobj - the object that this instance is to be compared to.
public int hashCode()
This hash code must be consistent with the equals method.
defined by subclasses.
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||