public final class CategoricalValue extends Object
Categorical Value.
Modifier and Type | Method and Description |
---|---|
CategoricalAttribute |
getAttribute()
Get the underlying attribute.
|
Object |
getData()
Get the underlying data.
|
CategoricalModel |
getModel()
Get the underlying model.
|
int |
index()
Get the index of this value relatively to its model.
|
CategoricalValue |
setData(Object data)
Set the underlying data.
|
String |
toString()
Returns a string representation of the data.
|
public CategoricalAttribute getAttribute()
Get the underlying attribute.
public CategoricalModel getModel()
Get the underlying model.
public Object getData()
Get the underlying data.
public CategoricalValue setData(Object data)
Set the underlying data.
data
- the underlying datapublic int index()
Get the index of this value relatively to its model.
Copyright © 2010–2016 The Galactic Organization. All rights reserved.