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()
TypedValue
getValue
in interface TypedValue
public ValueType getType()
TypedValue
getType
in interface TypedValue
public boolean isTransient()
TypedValue
isTransient
in interface TypedValue
Copyright © 2022. All rights reserved.