public final class TypedValue
extends java.lang.Object
implements java.io.Serializable
Type,
Serialized Form| Constructor and Description |
|---|
TypedValue(Type type,
java.lang.Object value) |
TypedValue(Type type,
java.lang.Object value,
EntityMode entityMode)
Deprecated.
explicit entity mode support is deprecated
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
Type |
getType() |
java.lang.Object |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public TypedValue(Type type, java.lang.Object value)
@Deprecated public TypedValue(Type type, java.lang.Object value, EntityMode entityMode)
public java.lang.Object getValue()
public Type getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.