public class UntypedValueImpl extends Object implements TypedValue
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isTransient |
protected Object |
value |
| Constructor and Description |
|---|
UntypedValueImpl(Object object) |
UntypedValueImpl(Object object,
boolean isTransient) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ValueType |
getType()
The type of the value.
|
Object |
getValue()
The actual value.
|
int |
hashCode() |
boolean |
isTransient()
Indicator for transience of the value
|
void |
setTransient(boolean isTransient) |
String |
toString() |
protected Object value
protected boolean isTransient
public UntypedValueImpl(Object object)
public UntypedValueImpl(Object object, boolean isTransient)
public Object getValue()
TypedValuegetValue in interface TypedValuepublic ValueType getType()
TypedValuegetType in interface TypedValuepublic boolean isTransient()
TypedValueisTransient in interface TypedValuepublic void setTransient(boolean isTransient)
Copyright © 2021. All rights reserved.