|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Signature<T>
Represents any callable entity that has a signature.
Zephyr Business Solution
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of the signature. |
java.lang.Class[] |
getParameterTypes()
Gets the parameter types of the function. |
java.lang.Class<T> |
getReturnType()
Gets the return type of the function. |
| Method Detail |
|---|
java.lang.Class<T> getReturnType()
java.lang.Class[] getParameterTypes()
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||