public class BeanPropertyImpl extends Object implements MutableBeanProperty
Constructor and Description |
---|
BeanPropertyImpl() |
BeanPropertyImpl(BeanProperty source) |
BeanPropertyImpl(String name,
Metadata value) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the property to be injected.
|
Metadata |
getValue()
Return the Metadata for the value to be injected into a bean.
|
void |
setName(String name) |
void |
setValue(Metadata value) |
String |
toString() |
public BeanPropertyImpl()
public BeanPropertyImpl(BeanProperty source)
public String getName()
BeanProperty
name
attribute.getName
in interface BeanProperty
public void setName(String name)
setName
in interface MutableBeanProperty
public Metadata getValue()
BeanProperty
value
attribute or in inlined text.getValue
in interface BeanProperty
public void setValue(Metadata value)
setValue
in interface MutableBeanProperty
Copyright © 2015. All rights reserved.