public class ChartColumnMetaData
extends java.lang.Object
series | x | y |
Denver | 0 | 100 |
Denver | 1 | 200 |
Denver | 2 | 400 |
New York | 0 | 500 |
New York | 1 | 1500 |
New York | 2 | 4500 |
Modifier and Type | Field and Description |
---|---|
static int |
DATA_TYPE_DATE |
static int |
DATA_TYPE_NUMBER |
static int |
DATA_TYPE_OBJECT |
static int |
DATA_TYPE_STRING |
static int |
DATA_TYPE_UNINITIALIZED |
Constructor and Description |
---|
ChartColumnMetaData(int dataType,
java.lang.String name)
Build the object.
|
Modifier and Type | Method and Description |
---|---|
int |
getDataType()
The data type of the column.
|
java.lang.String |
getDescription()
The description of the column.
|
java.lang.String |
getName()
The name of the column.
|
boolean |
isNumOrDate()
true if Excel views this as a number.
|
void |
setDataType(int type)
Only here until the datastoure gives us the type.
|
public static final int DATA_TYPE_UNINITIALIZED
public static final int DATA_TYPE_OBJECT
public static final int DATA_TYPE_NUMBER
public static final int DATA_TYPE_STRING
public static final int DATA_TYPE_DATE
public ChartColumnMetaData(int dataType, java.lang.String name)
dataType
- The data type of the column.name
- The name of the column.public int getDataType()
public boolean isNumOrDate()
public java.lang.String getName()
public java.lang.String getDescription()
public void setDataType(int type)
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software