Class TypeValuePair
- java.lang.Object
-
- org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeValuePair extends java.lang.Object implements java.io.Serializable
Creation-Date: 02.11.2006, 10:02:54- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeValuePair(Type type, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType()
java.lang.Object
getValue()
java.lang.String
toString()
-