|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.function.Property2Signature
public class Property2Signature
To adapt a Java Bean property description to a Signature object.
Zephyr Business Solution
| Constructor Summary | |
|---|---|
Property2Signature(java.lang.Class component_type,
java.lang.Object key,
java.lang.Class prop_type)
To create a Property2Signature object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Get the name of the signature. |
java.lang.Class[] |
getParameterTypes()
Gets the parameter types of the function. |
java.lang.Class |
getReturnType()
Gets the return type of the function. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Property2Signature(java.lang.Class component_type,
java.lang.Object key,
java.lang.Class prop_type)
component_type - the type of the java bean.key - the property key.prop_type - the property type.| Method Detail |
|---|
public java.lang.Class getReturnType()
Signature
getReturnType in interface Signaturepublic java.lang.Class[] getParameterTypes()
Signature
getParameterTypes in interface Signaturepublic java.lang.String getName()
Signature
getName in interface Signaturepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||