groovy.model
Interface ValueModel

All Known Implementing Classes:
ClosureModel, PropertyModel, ValueHolder

public interface ValueModel

Represents a model of a value

Version:
$Revision: 1.1 $
Author:
James Strachan

Method Summary
 Class getType()
           
 Object getValue()
           
 boolean isEditable()
           
 void setValue(Object value)
           
 

Method Detail

getValue

public Object getValue()

setValue

public void setValue(Object value)

getType

public Class getType()

isEditable

public boolean isEditable()


Copyright © 2003-2007 The Codehaus. All Rights Reserved.