org.pentaho.reporting.libraries.formula.lvalues

Class TypeValuePair

public class TypeValuePair extends Object implements Serializable

Creation-Date: 02.11.2006, 10:02:54

Author: Thomas Morgner

Constructor Summary
TypeValuePair(Type type, Object value)
Method Summary
TypegetType()
ObjectgetValue()
StringtoString()

Constructor Detail

TypeValuePair

public TypeValuePair(Type type, Object value)

Method Detail

getType

public Type getType()

getValue

public Object getValue()

toString

public String toString()