| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.tradeoff_analytics.v1.model.column |
Column and Range POJOs for the Tradeoff Analytics service
|
| Modifier and Type | Method and Description |
|---|---|
static Column.Goal |
Column.Goal.fromString(String text)
From string.
|
Column.Goal |
Column.getGoal()
Gets the goal.
|
static Column.Goal |
Column.Goal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.Goal[] |
Column.Goal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setGoal(Column.Goal goal)
Sets the goal.
|
Column |
Column.withGoal(Column.Goal goal)
With goal.
|
Copyright © 2015. All rights reserved.