public class

AutoBeanMethod

extends Object
java.lang.Object
   ↳ com.google.gwt.autobean.rebind.model.AutoBeanMethod

Class Overview

Describes a method implemented by an AutoBean.

Summary

Nested Classes
enum AutoBeanMethod.Action Describes the type of method that was invoked. 
class AutoBeanMethod.Builder Creates AutoBeanMethods. 
Public Methods
AutoBeanMethod.Action getAction()
JClassType getElementType()
Map<JEnumConstant, String> getEnumMap()
JClassType getKeyType()
JMethod getMethod()
String getPropertyName()
JMethod getStaticImpl()
If the AutoBean method was declared in a type containing a com.google.gwt.editor.client.AutoBean.Category Category annotation, this method will return the static implementation.
JClassType getValueType()
boolean hasEnumMap()
boolean isCollection()
boolean isMap()
boolean isNoWrap()
boolean isValueType()
String toString()
For debugging use only.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public AutoBeanMethod.Action getAction ()

public JClassType getElementType ()

public Map<JEnumConstant, String> getEnumMap ()

public JClassType getKeyType ()

public JMethod getMethod ()

public String getPropertyName ()

public JMethod getStaticImpl ()

If the AutoBean method was declared in a type containing a com.google.gwt.editor.client.AutoBean.Category Category annotation, this method will return the static implementation.

public JClassType getValueType ()

public boolean hasEnumMap ()

public boolean isCollection ()

public boolean isMap ()

public boolean isNoWrap ()

public boolean isValueType ()

public String toString ()

For debugging use only.