public class ColumnSpecsBase extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
Column Description
|
java.lang.String |
format
Column Format (printf)
|
java.lang.String |
name
Column Name
|
java.lang.String |
type
Column Type
|
| Constructor and Description |
|---|
ColumnSpecsBase()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|