Class RecordFactory

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

Synopsis

 public final class RecordFactory {
  public static Record createRecord(DataScheme scheme,
                                    String s);

}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.ui.model.RecordFactory

createRecord(DataScheme, String)

Synopsis: public static Record createRecord(org.kaiwitte.workbench.data.Dat\
aScheme scheme,

                                            java.lang.String s);

Parameters

scheme

the scheme of the Record

s

the String

return

a new Record

Creates a Record based on comma separated values.