public class PropertyModel extends Object implements NestedValueModel, ValueModel
Represents a property of a value as a model.
| Constructor and description | 
|---|
| PropertyModel(ValueModel sourceModel, String property) | 
| PropertyModel(ValueModel sourceModel, String property, Class type) | 
| PropertyModel(ValueModel sourceModel, String property, Class type, boolean editable) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public String | getProperty() | 
|  | public ValueModel | getSourceModel() | 
|  | public Class | getType() | 
|  | public Object | getValue() | 
|  | public boolean | isEditable() | 
|  | public void | setValue(Object value) | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.