public interface IChartCoordinateValue
Modifier and Type | Method and Description |
---|---|
WindwardDateTime |
getDate()
The Date (DATE) value.
|
double |
getDouble()
The double (XY) value.
|
long |
getLong()
The int (XY) value.
|
java.lang.Number |
getNumber()
The Number (XY) value.
|
java.lang.Object |
getObject()
This can be a Number (XY), String (CATEGORY), or Date (DATE).
|
java.lang.String |
getString()
The String value.
|
int |
getType()
The ChartColumnMetaData.DATA_TYPE_*.
|
int getType()
java.lang.Object getObject()
java.lang.String getString() throws IllegalOperationException
IllegalOperationException
- thrown if the value is not a String.java.lang.Number getNumber() throws IllegalOperationException
IllegalOperationException
- thrown if the value is not a Number.double getDouble() throws IllegalOperationException
IllegalOperationException
- thrown if the value is not a Number.long getLong() throws IllegalOperationException
IllegalOperationException
- thrown if the value is not a Number.WindwardDateTime getDate() throws IllegalOperationException
IllegalOperationException
- thrown if the value is not a String.Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software