public class FieldNameDataPointBinding extends ReflectiveDataPointBinding
ReflectiveDataPointBinding
DATA_POINT_BINDING_NAME
Constructor and Description |
---|
FieldNameDataPointBinding(String fieldName)
Creates an instance of the
FieldNameDataPointBinding class. |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Gets the name of the bound field.
|
void |
setFieldName(String fieldName)
Sets the name of the bound field.
|
getValue
setPropertyChangeListener
public FieldNameDataPointBinding(String fieldName)
FieldNameDataPointBinding
class.fieldName
- The name of the bound field.ReflectiveDataPointBinding
,
DataPointBinding