|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.higrid.SummaryColumn
The column object for the summary record types.
Field Summary | |
static int |
AGGREGATE_TYPE_AVERAGE
|
static int |
AGGREGATE_TYPE_COUNT
|
static int |
AGGREGATE_TYPE_FIRST
|
static int |
AGGREGATE_TYPE_LAST
|
static int |
AGGREGATE_TYPE_MAX
|
static int |
AGGREGATE_TYPE_MIN
|
static int |
AGGREGATE_TYPE_NONE
|
static int |
AGGREGATE_TYPE_SUM
|
static int |
COLUMN_TYPE_AGGREGATE
|
static int |
COLUMN_TYPE_DATASOURCE
|
static int |
COLUMN_TYPE_LABEL
|
static int |
COLUMN_TYPE_UNBOUND
|
static int |
COLUMN_TYPE_UNKNOWN
|
Constructor Summary | |
SummaryColumn(int table,
String name,
int column,
int aggregate,
int type)
|
|
SummaryColumn(com.klg.jclass.datasource.MetaDataModel dataSourceMetaData,
String name,
int column)
|
|
SummaryColumn(com.klg.jclass.datasource.MetaDataModel dataSourceMetaData,
String name,
int column,
int aggregate)
|
|
SummaryColumn(com.klg.jclass.datasource.MetaDataModel dataSourceMetaData,
String name,
int column,
int aggregate,
int type)
|
|
SummaryColumn(String name)
Constructors |
Method Summary | |
int |
getAggregateType()
Returns the summary column aggregate type. |
int |
getColumnType()
Returns the summary column type. |
int |
getDataType()
Returns the summary column data type. |
int |
getDefaultAggregateType(int type)
Determine the default aggregate type based on the data type. |
String |
getIdentifier()
Return a string identifier for this column. |
String |
getName()
Returns the summary column name. |
int |
getTable()
Returns the summary column table source. |
void |
init(int table,
String name,
int column,
int aggregate,
int type)
Initialize the summary column and redo the columnIdentifier. |
void |
setAggregateType(int type)
Sets the summary column aggregate type. |
void |
setColumnType(int type)
Sets the summary column type. |
void |
setDataType(int type)
Sets the summary column data type. |
void |
setIdentifier()
Sets the string identifier for this column. |
void |
setName(String name)
Sets the summary column name. |
void |
setTable(int table)
Sets the summary column table source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int COLUMN_TYPE_UNKNOWN
public static final int COLUMN_TYPE_LABEL
public static final int COLUMN_TYPE_DATASOURCE
public static final int COLUMN_TYPE_AGGREGATE
public static final int COLUMN_TYPE_UNBOUND
public static final int AGGREGATE_TYPE_NONE
public static final int AGGREGATE_TYPE_COUNT
public static final int AGGREGATE_TYPE_SUM
public static final int AGGREGATE_TYPE_AVERAGE
public static final int AGGREGATE_TYPE_MIN
public static final int AGGREGATE_TYPE_MAX
public static final int AGGREGATE_TYPE_FIRST
public static final int AGGREGATE_TYPE_LAST
Constructor Detail |
public SummaryColumn(String name)
public SummaryColumn(com.klg.jclass.datasource.MetaDataModel dataSourceMetaData, String name, int column)
public SummaryColumn(com.klg.jclass.datasource.MetaDataModel dataSourceMetaData, String name, int column, int aggregate)
public SummaryColumn(com.klg.jclass.datasource.MetaDataModel dataSourceMetaData, String name, int column, int aggregate, int type)
public SummaryColumn(int table, String name, int column, int aggregate, int type)
Method Detail |
public void init(int table, String name, int column, int aggregate, int type)
public int getDefaultAggregateType(int type)
public String getIdentifier()
public void setIdentifier()
public String getName()
public void setName(String name)
name
- The summary column name.public int getTable()
public void setTable(int table)
public int getColumnType()
public void setColumnType(int type)
type
- The summary column type.public int getDataType()
public void setDataType(int type)
type
- The summary column data type.public int getAggregateType()
public void setAggregateType(int type)
type
- The summary column aggregate type.
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |