public class TypedValue extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
fType |
protected String |
fValue |
Constructor and Description |
---|
TypedValue() |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
String |
getValue() |
void |
setType(String type) |
void |
setValue(String value) |