A class to create org.kaiwitte.workbench.data.MetaRecord
s based on a String
that holds the values for it.
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