public static interface

AutoBeanVisitor.PropertyContext

com.google.gwt.autobean.shared.AutoBeanVisitor.PropertyContext
Known Indirect Subclasses

Class Overview

Allows properties to be reset.

Summary

Public Methods
abstract boolean canSet()
Indicates if the set(Object) method will succeed.
abstract Class<?> getType()
Returns the expected type of the property.
abstract void set(Object value)
Sets a property value.

Public Methods

public abstract boolean canSet ()

Indicates if the set(Object) method will succeed.

Returns
  • true if the property can be set

public abstract Class<?> getType ()

Returns the expected type of the property.

Returns
  • a Class object representing the property type

public abstract void set (Object value)

Sets a property value.

Parameters
value the new value