Package groovy.model
Class PropertyModel
java.lang.Object
groovy.model.PropertyModel
- All Implemented Interfaces:
- NestedValueModel,- ValueModel
@Deprecated public class PropertyModel extends java.lang.Object implements ValueModel, NestedValueModel
Deprecated.
Represents a property of a value as a model.
- 
Constructor SummaryConstructors Constructor Description PropertyModel(ValueModel sourceModel, java.lang.String property)Deprecated.PropertyModel(ValueModel sourceModel, java.lang.String property, java.lang.Class type)Deprecated.PropertyModel(ValueModel sourceModel, java.lang.String property, java.lang.Class type, boolean editable)Deprecated.
- 
Method SummaryModifier and Type Method Description java.lang.StringgetProperty()Deprecated.ValueModelgetSourceModel()Deprecated.java.lang.ClassgetType()Deprecated.java.lang.ObjectgetValue()Deprecated.booleanisEditable()Deprecated.voidsetValue(java.lang.Object value)Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
PropertyModelDeprecated.
- 
PropertyModelDeprecated.
- 
PropertyModelpublic PropertyModel(ValueModel sourceModel, java.lang.String property, java.lang.Class type, boolean editable)Deprecated.
 
- 
- 
Method Details- 
getPropertypublic java.lang.String getProperty()Deprecated.
- 
getSourceModelDeprecated.- Specified by:
- getSourceModelin interface- NestedValueModel
 
- 
getValuepublic java.lang.Object getValue()Deprecated.- Specified by:
- getValuein interface- ValueModel
 
- 
setValuepublic void setValue(java.lang.Object value)Deprecated.- Specified by:
- setValuein interface- ValueModel
 
- 
getTypepublic java.lang.Class getType()Deprecated.- Specified by:
- getTypein interface- ValueModel
 
- 
isEditablepublic boolean isEditable()Deprecated.- Specified by:
- isEditablein interface- ValueModel
 
 
-