initMaps( SimpleType.BIGINTEGER, EBIG_INTEGER ) ;
}
public static Class getJavaClass( final OpenType ot ) {
if (ot instanceof SimpleType) {
final SimpleType st = (SimpleType)ot ;
return simpleOpenTypeMap.get( st ).cls() ;
} else if (ot instanceof ArrayType) {
// This code is rather odd. We need to get the opentype of the
// array components, convert that to a java type, and then
// construct a Java type (Class) that has that java type as its