Package groovy.model
Class PropertyModel
java.lang.Object
groovy.model.PropertyModel
- All Implemented Interfaces:
NestedValueModel,ValueModel
@Deprecated public class PropertyModel extends Object implements ValueModel, NestedValueModel
Deprecated.
Represents a property of a value as a model.
-
Constructor Summary
Constructors Constructor Description PropertyModel(ValueModel sourceModel, String property)Deprecated.PropertyModel(ValueModel sourceModel, String property, Class type)Deprecated.PropertyModel(ValueModel sourceModel, String property, Class type, boolean editable)Deprecated. -
Method Summary
Modifier and Type Method Description StringgetProperty()Deprecated.ValueModelgetSourceModel()Deprecated.ClassgetType()Deprecated.ObjectgetValue()Deprecated.booleanisEditable()Deprecated.voidsetValue(Object value)Deprecated.
-
Constructor Details
-
PropertyModel
Deprecated. -
PropertyModel
Deprecated. -
PropertyModel
Deprecated.
-
-
Method Details
-
getProperty
Deprecated. -
getSourceModel
Deprecated.- Specified by:
getSourceModelin interfaceNestedValueModel
-
getValue
Deprecated.- Specified by:
getValuein interfaceValueModel
-
setValue
Deprecated.- Specified by:
setValuein interfaceValueModel
-
getType
Deprecated.- Specified by:
getTypein interfaceValueModel
-
isEditable
public boolean isEditable()Deprecated.- Specified by:
isEditablein interfaceValueModel
-