|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.SpecFuncInfo
jet.api.SpecFuncStringInfo
public class SpecFuncStringInfo
SpecFuncStringInfo class defines a Special Function of String type.
| Field Summary | |
|---|---|
static int |
FIRST
Interval's direction with which to group the data. |
static int |
GROUPNAME_NOTCONVERT
Not convert group name. |
static int |
GROUPNAME_TOLOWERCASE
Converts group name to lower case. |
static int |
GROUPNAME_TOUPPERCASE
Converts group name to upper case. |
static int |
LAST
Interval's direction with which to group the data. |
| Fields inherited from class jet.api.SpecFuncInfo |
|---|
DATETIME_INTERVALS, NUM_INTERVALS, STRING_INTERVALS, VALUE_CHANGE |
| Constructor Summary | |
|---|---|
SpecFuncStringInfo()
Constructs a Special Function definition of String type. |
|
| Method Summary | |
|---|---|
boolean |
getCaseSensitive()
Gets whether no not JReport will distinguish between uppercase and lowercase characters when grouping. |
int |
getConvertGroupName()
Gets the flag of how to convert the group name. |
int |
getDirection()
Gets the interval's direction with which to group the data. |
int |
getType()
Gets the Special Function's type. |
void |
setCaseSensitive(boolean caseSensitive)
Sets whether no not JReport will distinguish between uppercase and lowercase characters when grouping. |
void |
setConvertGroupName(int conGrpName)
Sets the flag of how to convert the group name. |
void |
setDirection(int direction)
Specifies the interval's direction with which to group the report data. |
void |
setInterNum(java.lang.String sInterval)
Sets the String format value of the interval of Special Function definition. |
| Methods inherited from class jet.api.SpecFuncInfo |
|---|
getDesc, getInterNum, getOtherName, setDesc, setOtherName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int FIRST
public static final int LAST
public static final int GROUPNAME_NOTCONVERT
public static final int GROUPNAME_TOUPPERCASE
public static final int GROUPNAME_TOLOWERCASE
| Constructor Detail |
|---|
public SpecFuncStringInfo()
| Method Detail |
|---|
public int getType()
getType in class SpecFuncInfoSpecFuncInfo.STRING_INTERVALS.public void setInterNum(java.lang.String sInterval)
setInterNum in class SpecFuncInfosInterval - The String format value of the interval of Special Function definition.public int getDirection()
setDirection(int)public void setDirection(int direction)
The - interval's direction with which to group the data.FIRST,
LASTpublic boolean getCaseSensitive()
true if distinguishing between uppercase and lowercase characters when grouping; false otherwise.public void setCaseSensitive(boolean caseSensitive)
caseSensitive - true if distinguishing between uppercase and lowercase characters when grouping; false otherwise.public int getConvertGroupName()
setConvertGroupName(int)public void setConvertGroupName(int conGrpName)
conGrpName - The int flag of how to convert the group name.GROUPNAME_NOTCONVERT,
GROUPNAME_TOLOWERCASE,
GROUPNAME_TOUPPERCASE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||