FileDocCategorySizeDatePackage
BeanProperty.javaAPI DocJBoss 4.2.11586Fri Jul 13 20:53:46 BST 2007org.jboss.injection.lang.reflect

BeanProperty

public interface BeanProperty
A bean property defines a propery of a pojo from the EJB3 point of view. It can be used to inject values into it.
author
Carlo de Wolf
version
$Revision: $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.reflect.AccessibleObjectgetAccessibleObject()

public java.lang.ClassgetDeclaringClass()

public java.lang.StringgetName()

public java.lang.ClassgetType()

public voidset(java.lang.Object instance, java.lang.Object value)