ValueRef.NullValueRef, ValueRef.TypedValueHolderValueRef
Constructor and Description |
---|
NullValueRef() |
Modifier and Type | Method and Description |
---|---|
TypedValue |
getValue()
Returns the value this ValueRef points to, it should not require expression
component re-evaluation.
|
boolean |
isWritable()
Indicates whether calling setValue(Object) is supported.
|
void |
setValue(Object newValue)
Sets the value this ValueRef points to, it should not require expression component
re-evaluation.
|
public TypedValue getValue()
ValueRef
public void setValue(Object newValue)
ValueRef
public boolean isWritable()
ValueRef
isWritable
in interface ValueRef