org.apache.aries.blueprint.reflect
Class BeanPropertyImpl

java.lang.Object
  extended by org.apache.aries.blueprint.reflect.BeanPropertyImpl
All Implemented Interfaces:
MutableBeanProperty, org.osgi.service.blueprint.reflect.BeanProperty

public class BeanPropertyImpl
extends Object
implements MutableBeanProperty

Implementation of BeanProperty

Version:
$Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $

Constructor Summary
BeanPropertyImpl()
           
BeanPropertyImpl(org.osgi.service.blueprint.reflect.BeanProperty source)
           
BeanPropertyImpl(String name, org.osgi.service.blueprint.reflect.Metadata value)
           
 
Method Summary
 String getName()
           
 org.osgi.service.blueprint.reflect.Metadata getValue()
           
 void setName(String name)
           
 void setValue(org.osgi.service.blueprint.reflect.Metadata value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanPropertyImpl

public BeanPropertyImpl()

BeanPropertyImpl

public BeanPropertyImpl(String name,
                        org.osgi.service.blueprint.reflect.Metadata value)

BeanPropertyImpl

public BeanPropertyImpl(org.osgi.service.blueprint.reflect.BeanProperty source)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.osgi.service.blueprint.reflect.BeanProperty

setName

public void setName(String name)
Specified by:
setName in interface MutableBeanProperty

getValue

public org.osgi.service.blueprint.reflect.Metadata getValue()
Specified by:
getValue in interface org.osgi.service.blueprint.reflect.BeanProperty

setValue

public void setValue(org.osgi.service.blueprint.reflect.Metadata value)
Specified by:
setValue in interface MutableBeanProperty

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.