Package groovy.model
Interface ValueModel
-
- All Known Implementing Classes:
ClosureModel
,PropertyModel
,ValueHolder
@Deprecated public interface ValueModel
Deprecated.Represents a model of a value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Class
getType()
Deprecated.Object
getValue()
Deprecated.boolean
isEditable()
Deprecated.void
setValue(Object value)
Deprecated.
-