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: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
setName
void setName(java.lang.String name)
setValue
void setValue(Metadata value)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.