public abstract class ReflectiveDataPointBinding extends DataPointBinding
DATA_POINT_BINDING_NAME
Constructor and Description |
---|
ReflectiveDataPointBinding(String name)
Creates an instance of the
ReflectiveDataPointBinding class. |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(Object instance)
Gets the value of the member which value is bound.
|
setPropertyChangeListener
public ReflectiveDataPointBinding(String name)
ReflectiveDataPointBinding
class.name
- The name of the bound member.DataPointBinding
public Object getValue(Object instance) throws IllegalArgumentException
DataPointBinding
getValue
in class DataPointBinding
instance
- holds the instance of the object that has its member bound.IllegalArgumentException
- if the name is not properly set or if there is no such
member in the passed instance Object.