public class TwoDimTableV1 extends Schema<TwoDimTable,TwoDimTableV1>
| Modifier and Type | Class and Description |
|---|---|
static class |
TwoDimTableV1.ColumnSpecsV1 |
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV1.ColumnSpecsV1[] |
columns |
java.lang.String[][] |
data |
java.lang.String |
name |
int |
rowcount |
__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
TwoDimTableV1() |
| Modifier and Type | Method and Description |
|---|---|
TwoDimTableV1 |
fillFromImpl(TwoDimTable t)
Fill a TwoDimTable Schema from a TwoDimTable
|
TwoDimTable |
fillImpl(TwoDimTable impl)
Fill a TwoDimTable from this Schema
|
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, 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_impl, writeHTML, writeJSON_impl, writeJSON@API(help="Column Specification", direction=OUTPUT) public TwoDimTableV1.ColumnSpecsV1[] columns
public TwoDimTableV1 fillFromImpl(TwoDimTable t)
fillFromImpl in class Schema<TwoDimTable,TwoDimTableV1>t - TwoDimTablepublic TwoDimTable fillImpl(TwoDimTable impl)
fillImpl in class Schema<TwoDimTable,TwoDimTableV1>impl -