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

    Modifier and Type Method Description
    Class getType()
    Deprecated.
     
    Object getValue()
    Deprecated.
     
    boolean isEditable()
    Deprecated.
     
    void setValue​(Object value)
    Deprecated.