org.apache.aries.blueprint.mutable
Interface MutableBeanProperty

All Superinterfaces:
BeanProperty
All Known Implementing Classes:
BeanPropertyImpl

public interface MutableBeanProperty
extends BeanProperty

A mutable version of the BeanProperty that allows modifications.

Version:
$Rev$, $Date$

Method Summary
 void setName(String name)
           
 void setValue(Metadata value)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.BeanProperty
getName, getValue
 

Method Detail

setName

void setName(String name)

setValue

void setValue(Metadata value)


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