org.databene.benerator.script
Class TypeManager

java.lang.Object
  extended by org.databene.benerator.script.TypeManager

public class TypeManager
extends java.lang.Object

Provides information how types can be combined in arithmetic operations.

Created at 06.10.2009 09:49:53

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
TypeManager()
           
 
Method Summary
static java.lang.Class<?> combinedType(java.lang.Class<?> type1, java.lang.Class<?> type2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeManager

public TypeManager()
Method Detail

combinedType

public static java.lang.Class<?> combinedType(java.lang.Class<?> type1,
                                              java.lang.Class<?> type2)


Copyright © 2011. All Rights Reserved.