[Java] Interface ValueModel
Represents a model of a value
Properties Summary
| Type | Name and description |
|---|---|
Object |
value |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
Class |
getType() | |
Object |
getValue() | |
boolean |
isEditable() | |
void |
setValue(Object value) |
Property Detail
Object value
Method Detail
public Class getType()
public Object getValue()
public boolean isEditable()
public void setValue(Object value)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/model/ValueModel.html