public class PropertyNameDataPointBinding extends ReflectiveDataPointBinding
ReflectiveDataPointBinding
DATA_POINT_BINDING_NAME
Constructor and Description |
---|
PropertyNameDataPointBinding(String propertyName)
Creates an instance of the
PropertyNameDataPointBinding class. |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
Gets the name of the bound property.
|
void |
setPropertyName(String propertyName)
Sets the name of the bound property.
|
getValue
setPropertyChangeListener
public PropertyNameDataPointBinding(String propertyName)
PropertyNameDataPointBinding
class.propertyName
- The name of the bound property.ReflectiveDataPointBinding
,
DataPointBinding
public String getPropertyName()
public void setPropertyName(String propertyName)
propertyName
- The name of the bound property.