org.apache.geronimo.blueprint.reflect
Class BeanPropertyImpl
java.lang.Object
org.apache.geronimo.blueprint.reflect.BeanPropertyImpl
- All Implemented Interfaces:
- MutableBeanProperty, BeanProperty
public class BeanPropertyImpl
- extends Object
- implements MutableBeanProperty
Implementation of BeanProperty
- Version:
- $Rev: 760378 $, $Date: 2009-03-31 11:31:38 +0200 (Tue, 31 Mar 2009) $
- Author:
- Apache Geronimo Project
BeanPropertyImpl
public BeanPropertyImpl()
BeanPropertyImpl
public BeanPropertyImpl(String name,
Metadata value)
BeanPropertyImpl
public BeanPropertyImpl(BeanProperty source)
getName
public String getName()
- Description copied from interface:
BeanProperty
- Return the name of the property to be injected. The name follows Java
Beans conventions.
This is specified by the
name attribute.
- Specified by:
getName in interface BeanProperty
- Returns:
- The name of the property to be injected.
setName
public void setName(String name)
- Specified by:
setName in interface MutableBeanProperty
getValue
public Metadata getValue()
- Description copied from interface:
BeanProperty
- Return the Metadata for the value to be injected into a bean.
This is specified by the
value attribute or in inlined text.
- Specified by:
getValue in interface BeanProperty
- Returns:
- The Metadata for the value to be injected into a bean.
setValue
public void setValue(Metadata value)
- Specified by:
setValue in interface MutableBeanProperty
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.