public class NullValueImpl extends Object implements TypedValue
| Modifier and Type | Field and Description | 
|---|---|
static NullValueImpl | 
INSTANCE  | 
static NullValueImpl | 
INSTANCE_TRANSIENT  | 
| Modifier and Type | Method and Description | 
|---|---|
ValueType | 
getType()
The type of the value. 
 | 
Object | 
getValue()
The actual value. 
 | 
boolean | 
isTransient()
Indicator for transience of the value 
 | 
String | 
toString()  | 
public static final NullValueImpl INSTANCE
public static final NullValueImpl INSTANCE_TRANSIENT
public Object getValue()
TypedValuegetValue in interface TypedValuepublic ValueType getType()
TypedValuegetType in interface TypedValuepublic boolean isTransient()
TypedValueisTransient in interface TypedValueCopyright © 2021. All rights reserved.