[Java] Interface ValueModel
Represents a model of a value
- Authors:
- James Strachan
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Class |
getType() | |
Object |
getValue() | |
boolean |
isEditable() | |
void |
setValue(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.4.21/html/gapi/groovy/model/ValueModel.html