public class Column extends Object
| Constructor and Description |
|---|
Column(String name,
String type,
Var value) |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
definition() |
String |
getName()
Get the column name
|
String |
getType()
Get the column type
|
void |
setValue(Var value)
Set the column value
|
public void setValue(Var value)
public String getName()
public String getType()
public ColumnDefinition definition()
Copyright © 2022 The Apache Software Foundation. All rights reserved.