public class DatasetField
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_COLUMN
Is a column in the returned dataset.
|
static int |
TYPE_VALUE
Is a value.
|
| Constructor and Description |
|---|
DatasetField(java.lang.String fieldName,
java.lang.String columnName,
java.lang.String description,
int fieldType)
Create the object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
The column name in the returned table for this field.
|
java.lang.String |
getDescription()
The description of this field.
|
java.lang.String |
getFieldName()
The name used to access this field.
|
int |
getFieldType()
The type of this field.
|
public static final int TYPE_COLUMN
public static final int TYPE_VALUE
public DatasetField(java.lang.String fieldName,
java.lang.String columnName,
java.lang.String description,
int fieldType)
fieldName - The name used to access this field.columnName - The column name in the returned table for this field.description - The description of this field. Can be null.fieldType - The type of this field. Will be one of TYPE_*.public java.lang.String getFieldName()
public java.lang.String getColumnName()
public java.lang.String getDescription()
public int getFieldType()
Copyright © 2017 Windward Reports - All Rights Reserved. We are java reporting software