org.jboss.injection.lang.reflect
Interface BeanProperty

All Known Implementing Classes:
AbstractAccessibleObjectBeanProperty, FieldBeanProperty, MethodBeanProperty

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.

Version:
$Revision: $
Author:
Carlo de Wolf

Method Summary
 AccessibleObject getAccessibleObject()
           
 Class<?> getDeclaringClass()
           
 String getName()
           
 Class<?> getType()
           
 void set(Object instance, Object value)
           
 

Method Detail

getAccessibleObject

AccessibleObject getAccessibleObject()

getDeclaringClass

Class<?> getDeclaringClass()

getName

String getName()

getType

Class<?> getType()

set

void set(Object instance,
         Object value)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.