Package groovy.model
Interface ValueModel
- 
- All Known Implementing Classes:
- ClosureModel,- PropertyModel,- ValueHolder
 
 @Deprecated public interface ValueModel Deprecated.Represents a model of a value
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ClassgetType()Deprecated.ObjectgetValue()Deprecated.booleanisEditable()Deprecated.voidsetValue(Object value)Deprecated.
 
-