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