public interface TableColumn
Usually only one of the typed data getter methods will return valid data (according to the type of the TableColumn returned by getType). However, the TableColumn is allowed (but not required) to automatically coerce data (converting Integers to Strings for example).
Modifier and Type | Method and Description |
---|---|
boolean[] |
getBooleanData() |
boolean |
getBooleanData(int i) |
Table.Column |
getColumn() |
Concept |
getConcept() |
long[] |
getDateData() |
long |
getDateData(int i) |
float[] |
getFloatData() |
float |
getFloatData(int i) |
int[] |
getIntegerData() |
int |
getIntegerData(int i) |
int |
getSize() |
String[] |
getStringData() |
String |
getStringData(int i) |
DataType |
getType() |
boolean |
isConstant() |
Table.Column getColumn()
Concept getConcept()
DataType getType()
boolean isConstant()
int getSize()
String[] getStringData()
int[] getIntegerData()
float[] getFloatData()
boolean[] getBooleanData()
long[] getDateData()
String getStringData(int i)
int getIntegerData(int i)
float getFloatData(int i)
boolean getBooleanData(int i)
long getDateData(int i)
Copyright © 2016 Metron, Inc.. All rights reserved.