public class Column extends Object implements Serializable
ResultFormat.| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN |
static String |
COMMON_COLUMN |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumns() |
String |
getName() |
String |
getType() |
void |
setColumns(List<Column> columns) |
void |
setName(String name) |
void |
setType(String type) |
public static final String COLUMN
public static final String COMMON_COLUMN
Copyright © 2019 WSO2. All rights reserved.