public class PropertyBinding
| Modifiers | Name | Description | 
|---|---|---|
| enum | PropertyBinding.UpdateStrategy | 
| Type | Name and description | 
|---|---|
| Object | bean | 
| boolean | nonChangeCheck | 
| String | propertyName | 
| Constructor and description | 
|---|
| PropertyBinding
                                (Object bean, String propertyName) | 
| PropertyBinding
                                (Object bean, String propertyName, String updateStrategy) | 
| PropertyBinding
                                (Object bean, String propertyName, PropertyBinding.UpdateStrategy updateStrategy) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | FullBinding | createBinding(SourceBinding source, TargetBinding target) | 
|  | Object | getBean() | 
|  | String | getPropertyName() | 
|  | Object | getSourceValue() | 
|  | PropertyBinding.UpdateStrategy | getUpdateStrategy() | 
|  | boolean | isNonChangeCheck() | 
|  | void | setBean(Object bean) | 
|  | void | setNonChangeCheck(boolean nonChangeCheck) | 
|  | void | setPropertyName(String propertyName) | 
|  | void | updateTargetValue(Object newValue) | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.