public class ParseSetupV2 extends Schema<ParseSetup,ParseSetupV2>
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
int |
checkHeader |
java.lang.String[] |
columnDataTypes |
java.lang.String[] |
columnNames |
java.lang.String[][] |
data |
java.lang.String |
hexName |
int |
ncols |
ParserType |
pType |
byte |
sep |
boolean |
singleQuotes |
KeyV1.FrameKeyV1[] |
srcs |
__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
ParseSetupV2() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
link(java.lang.String[] keys) |
DocGen.HTML |
writeHTML_impl(DocGen.HTML ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromImpl, fillFromParms, fillImpl, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemasclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML, writeJSON_impl, writeJSON@API(help="Check header: 0 means guess, +1 means 1st line is header not data, -1 means 1st line is data not header", direction=INOUT) public int checkHeader
@API(help="Parser Type", direction=OUTPUT, values={"AUTO","ARFF","XLS","XLSX","CSV","SVMLight"}) public ParserType pType
@API(help="Column Data Types", direction=OUTPUT) public java.lang.String[] columnDataTypes
public static java.lang.String link(java.lang.String[] keys)
public DocGen.HTML writeHTML_impl(DocGen.HTML ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeHTML_impl in interface FreezablewriteHTML_impl in class Icedab - html to write object to.