[Java] Interface ValueModel
@Deprecated public interface ValueModel
Represents a model of a value
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Class |
getType() | |
public Object |
getValue() | |
public boolean |
isEditable() | |
public 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/3.0.7/html/gapi/groovy/model/ValueModel.html