Package | Description |
---|---|
com.ibm.watson.developer_cloud.tradeoff_analytics.v1.model.column |
Classes that map the HTTP service requests and responses into POJOs
|
Modifier and Type | Method and Description |
---|---|
static Column.ColumnType |
Column.ColumnType.fromString(String text)
From string.
|
Column.ColumnType |
Column.getType()
Gets the type.
|
static Column.ColumnType |
Column.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.ColumnType[] |
Column.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Column.setType(Column.ColumnType type)
Sets the type.
|
Constructor and Description |
---|
Column(Column.ColumnType type)
Instantiates a new column.
|
Copyright © 2015–2016. All rights reserved.