org.progeeks.dbf.meta
Class DbfUtils

java.lang.Object
  extended by org.progeeks.dbf.meta.DbfUtils

public class DbfUtils
extends java.lang.Object

Provides utility methods for create MetaClasses from DbfHeaders.

Version:
$Revision: 1.2 $
Author:
Paul Speed

Constructor Summary
DbfUtils()
           
 
Method Summary
static MetaClass createMetaClass(java.lang.String name, DbfHeader header)
          Creates a meta-class for the specified header's field definitions.
static MetaClass createMetaClass(java.lang.String name, DbfHeader header, MetaClassRegistry registry)
          Creates a meta-class for the specified header's field definitions.
static java.util.List getPropertyInfos(DbfHeader header)
          Returns a list of PropertyInfos for the specified header's field definitions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbfUtils

public DbfUtils()
Method Detail

createMetaClass

public static MetaClass createMetaClass(java.lang.String name,
                                        DbfHeader header,
                                        MetaClassRegistry registry)
Creates a meta-class for the specified header's field definitions.


createMetaClass

public static MetaClass createMetaClass(java.lang.String name,
                                        DbfHeader header)
Creates a meta-class for the specified header's field definitions. The context registry will be used.


getPropertyInfos

public static java.util.List getPropertyInfos(DbfHeader header)
Returns a list of PropertyInfos for the specified header's field definitions.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.