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()
ValueRefpublic void setValue(@Nullable Object newValue)
ValueRefpublic boolean isWritable()
ValueRefisWritable in interface ValueRef