net.sf.saffron.oj
Interface OJTypeFactory

All Superinterfaces:
SaffronTypeFactory
All Known Implementing Classes:
OJTypeFactoryImpl

public interface OJTypeFactory
extends SaffronTypeFactory

Extended SaffronTypeFactory which can convert to and from OJClass.

Since:
Jun 1, 2003
Version:
$Id: //open/saffron/src/net/sf/saffron/oj/OJTypeFactory.java#3 $
Author:
jhyde

Nested Class Summary
 
Nested classes inherited from class net.sf.saffron.core.SaffronTypeFactory
SaffronTypeFactory.FieldInfo
 
Method Summary
 OJClass toOJClass(OJClass declarer, SaffronType type)
           
 SaffronType toType(OJClass ojClass)
           
 
Methods inherited from interface net.sf.saffron.core.SaffronTypeFactory
createJavaType, createJoinType, createProjectType, createProjectType, createSqlType, createSqlType, createSqlType, createTypeWithNullability, leastRestrictive
 

Method Detail

toOJClass

public OJClass toOJClass(OJClass declarer,
                         SaffronType type)

toType

public SaffronType toType(OJClass ojClass)

SourceForge.net_Logo