|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.bowstreet.webapp.util.MethodInfoHelper
public class MethodInfoHelper
Class that gets method argument and return information, given a method ID. Supports LJO's, linked models.
| Field Summary | |
|---|---|
static int |
SMALLEST_LJO_PARAM_SET
|
static int |
STANDARD
|
| Constructor Summary | |
|---|---|
MethodInfoHelper(WebApp webApp,
java.lang.String methodID)
Construct with full method ID and WebApp |
|
MethodInfoHelper(WebApp webApp,
java.lang.String methodID,
int option)
Construct with WebApp, methodId and option. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getArgumentTypes()
Get array of argument types. |
java.lang.String |
getReturnType()
Get return type of the method. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int SMALLEST_LJO_PARAM_SET
public static int STANDARD
| Constructor Detail |
|---|
public MethodInfoHelper(WebApp webApp,
java.lang.String methodID)
public MethodInfoHelper(WebApp webApp,
java.lang.String methodID,
int option)
| Method Detail |
|---|
public java.lang.String[] getArgumentTypes()
public java.lang.String getReturnType()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||