|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.CTAggFieldInfo
public class CTAggFieldInfo
An information package when a aggregate field is inserted in a crosstab.
| Field Summary | |
|---|---|
static int |
AVERAGE
The function type values. |
static int |
COUNT
The function type values. |
static int |
DISTINCTCOUNT
The function type values. |
static int |
MAXIMUM
The function type values. |
static int |
MINIMUM
The function type values. |
static int |
POPULATIONSTDDEV
The function type values. |
static int |
POPULATIONVARIANCE
The function type values. |
static int |
SQRSUM
The function type values. |
static int |
STDDEV
The function type values. |
static int |
SUM
The function type values. |
static int |
VARIANCE
The function type values. |
| Constructor Summary | |
|---|---|
CTAggFieldInfo(java.lang.String name,
java.lang.String mapping,
int func)
Constructor. |
|
CTAggFieldInfo(java.lang.String name,
java.lang.String mapping,
int func,
int index)
Constructor. |
|
CTAggFieldInfo(java.lang.String name,
java.lang.String mapping,
int func,
int index,
java.lang.String label)
Constructor. |
|
| Method Summary | |
|---|---|
CTSpecialFldInfo |
createCTSpecialFldInfo(java.lang.String label,
int breakBy,
int refer,
int function,
boolean isX)
Creates a related special aggregation field info |
java.lang.String |
getBlName()
Gets the business logic node name of the aggregation field |
static int |
getType(java.lang.String typeN)
|
void |
setBlName(java.lang.String blName)
Sets the business logic node name of the aggregation field |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int COUNT
public static final int SUM
public static final int MINIMUM
public static final int MAXIMUM
public static final int DISTINCTCOUNT
public static final int AVERAGE
public static final int SQRSUM
public static final int POPULATIONSTDDEV
public static final int POPULATIONVARIANCE
public static final int STDDEV
public static final int VARIANCE
| Constructor Detail |
|---|
public CTAggFieldInfo(java.lang.String name,
java.lang.String mapping,
int func)
name - object name of the aggregate info field.mapping - mapping name of the database field or formula.func - its value must be one of the function type values
that has been defined in this class.
public CTAggFieldInfo(java.lang.String name,
java.lang.String mapping,
int func,
int index)
name - object name of the aggregate info field.mapping - mapping name of the database field or formula.func - its value must be one of the function type values
that has been defined in this class.index - position of aggregate field in the crosstab.
public CTAggFieldInfo(java.lang.String name,
java.lang.String mapping,
int func,
int index,
java.lang.String label)
name - object name of the aggregate info field.mapping - mapping name of the database field or formula.func - its value must be one of the function type values
that has been defined in this class.index - position of aggregate field in the crosstab.label - show a text title of this aggreate field.| Method Detail |
|---|
public static int getType(java.lang.String typeN)
public void setBlName(java.lang.String blName)
blName - the business logic node name of the aggregation field.public java.lang.String getBlName()
public CTSpecialFldInfo createCTSpecialFldInfo(java.lang.String label,
int breakBy,
int refer,
int function,
boolean isX)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||