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
 java.lang.Class getType()
           
 java.lang.Object getValue()
           
 boolean isEditable()
           
 void setValue(java.lang.Object value)
           
 

Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

getType

public java.lang.Class getType()

isEditable

public boolean isEditable()


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