groovy.model
Interface ValueModel

All Known Implementing Classes:
ClosureModel, PropertyModel, ValueHolder

public interface ValueModel

Represents a model of a value

Version:
$Revision: 7922 $
Author:
James Strachan

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

Method Detail

getValue

Object getValue()

setValue

void setValue(Object value)

getType

Class getType()

isEditable

boolean isEditable()

Copyright © 2003-2010 The Codehaus. All rights reserved.