public static class DataSet.Column extends Object
| Constructor and Description |
|---|
Column(String name,
DataSet.ColumnType type,
boolean isTarget) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
DataSet.ColumnType |
getType() |
boolean |
isTarget() |
public Column(String name, DataSet.ColumnType type, boolean isTarget)
public DataSet.ColumnType getType()
public boolean isTarget()
Copyright © 2019. All rights reserved.