org.kaiwitte.workbench.ui.model
Class RecordFactory

java.lang.Object
  extended by org.kaiwitte.workbench.ui.model.RecordFactory

public final class RecordFactory
extends java.lang.Object

A class to create MetaRecords based on a String that holds the values for it.


Method Summary
static Record createRecord(DataScheme scheme, java.lang.String s)
          Creates a Record based on comma separated values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRecord

public static Record createRecord(DataScheme scheme,
                                  java.lang.String s)
Creates a Record based on comma separated values.

Parameters:
scheme - the scheme of the Record
s - the String
Returns:
a new Record