Package com.smartgwt.rebind
Class BeanMethod
java.lang.Object
com.smartgwt.rebind.BeanMethod
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisGetter()booleanbooleanisSetter()booleanvoidwriteJSNIFunction(com.google.gwt.user.rebind.SourceWriter source, boolean addComma) voidwriteNew(com.google.gwt.user.rebind.SourceWriter source, String beanClassName, Integer getterMethodNumber, Integer setterMethodNumber, boolean addComma)  
- 
Constructor Details
- 
BeanMethod
 
 - 
 - 
Method Details
- 
getValueType
 - 
getGenericType
 - 
isSetter
public boolean isSetter() - 
isGetter
public boolean isGetter() - 
getName
 - 
getPrefix
 - 
getMethod
 - 
isPrimitive
public boolean isPrimitive() - 
isStaticInitMethod
public boolean isStaticInitMethod() - 
jsniGetter
 - 
box
 - 
writeJSNIFunction
public void writeJSNIFunction(com.google.gwt.user.rebind.SourceWriter source, boolean addComma)  - 
writeNew
 
 -