|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ValueModel
Represents a model of a value
Method Summary | |
---|---|
java.lang.Class
|
getType()
|
java.lang.Object
|
getValue()
|
boolean
|
isEditable()
|
void
|
setValue(java.lang.Object value)
|
Method Detail |
---|
public java.lang.Class getType()
public java.lang.Object getValue()
public boolean isEditable()
public void setValue(java.lang.Object value)
Groovy Documentation