|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kaiwitte.workbench.ui.model.RecordFactory
public final class RecordFactory
A class to create MetaRecord
s 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 |
---|
public static Record createRecord(DataScheme scheme, java.lang.String s)
Record
based on comma separated values.
scheme
- the scheme of the Record
s
- the String
Record
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |