com.ibm.btt.remote.common
Class TypeValuePair
java.lang.Object
com.ibm.btt.remote.common.TypeValuePair
- All Implemented Interfaces:
- java.io.Serializable
public class TypeValuePair
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeValuePair
public TypeValuePair()
TypeValuePair
public TypeValuePair(java.lang.Class type,
java.lang.Object value)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getTypeClass
public java.lang.Class getTypeClass()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
(c) Copyright IBM Corporation 1998, 2011