org.jfree.formula.lvalues

Class TypeValuePair

Implemented Interfaces:
Serializable

public class TypeValuePair
extends java.lang.Object
implements Serializable

Creation-Date: 02.11.2006, 10:02:54
Author:
Thomas Morgner

Constructor Summary

TypeValuePair(Type type, Object value)

Method Summary

Type
getType()
Object
getValue()
String
toString()

Constructor Details

TypeValuePair

public TypeValuePair(Type type,
                     Object value)

Method Details

getType

public Type getType()

getValue

public Object getValue()

toString

public String toString()