saffron.rel
Class TypeFactoryImpl.ScalarType

java.lang.Object
  |
  +--saffron.rel.TypeFactoryImpl.TypeImpl
        |
        +--saffron.rel.TypeFactoryImpl.ScalarType
All Implemented Interfaces:
Type
Enclosing class:
TypeFactoryImpl

protected class TypeFactoryImpl.ScalarType
extends TypeFactoryImpl.TypeImpl

Type which is based upon a Java class.


Field Summary
 Class clazz
           
 
Fields inherited from class saffron.rel.TypeFactoryImpl.TypeImpl
digest, fields
 
Constructor Summary
TypeFactoryImpl.ScalarType(Class clazz)
           
 
Method Summary
protected  String computeDigest()
           
 
Methods inherited from class saffron.rel.TypeFactoryImpl.TypeImpl
equals, getFactory, getField, getFieldCount, getFieldOrdinal, getFields, getJoinTypes, hashCode, isJoin, isProject, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

clazz

public final Class clazz
Constructor Detail

TypeFactoryImpl.ScalarType

public TypeFactoryImpl.ScalarType(Class clazz)
Method Detail

computeDigest

protected String computeDigest()
Specified by:
computeDigest in class TypeFactoryImpl.TypeImpl

SourceForge.net_Logo