|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.DateCondition
public final class DateCondition
This object defines how data is grouped if the group is sorted by a date field.
Field Summary | |
---|---|
static int |
_amPm
Specifies that data is grouped into AM and PM. |
static int |
_annually
Specifies that data is grouped by the year. |
static int |
_biweekly
Specifies that data is grouped by the fortnight. |
static int |
_daily
Specifies that data is grouped by the day. |
static int |
_hour
Specifies that data is grouped by the hour. |
static int |
_minute
Specifies that data is grouped by the minute. |
static int |
_monthly
Specifies that data is grouped by the month. |
static int |
_quarterly
Specifies that data is grouped by the year's quarter. |
static int |
_second
Specifies that data is grouped by the second. |
static int |
_semiannually
Specifies that data is grouped semi-annually. |
static int |
_semimonthly
Specifies that data is grouped semi-monthly. |
static int |
_weekly
Specifies that data is grouped by the week. |
static DateCondition |
amPm
Specifies that data is grouped into AM and PM. |
static DateCondition |
annually
Specifies that data is grouped by the year. |
static DateCondition |
biweekly
Specifies that data is grouped by the fortnight. |
static DateCondition |
daily
Specifies that data is grouped by the day. |
static DateCondition |
hour
Specifies that data is grouped by the hour. |
static DateCondition |
minute
Specifies that data is grouped by the minute. |
static DateCondition |
monthly
Specifies that data is grouped by the month. |
static DateCondition |
quarterly
Specifies that data is grouped by the year's quarter. |
static DateCondition |
second
Specifies that data is grouped by the second. |
static DateCondition |
semiannually
Specifies that data is grouped semi-annually. |
static DateCondition |
semimonthly
Specifies that data is grouped semi-monthly. |
static DateCondition |
weekly
Specifies that data is grouped by the week. |
Method Summary | |
---|---|
static DateCondition |
from_int(int i)
Converts a date condition from an int to a value. |
static DateCondition |
from_string(java.lang.String sVal)
Converts the date condition to a String . |
java.lang.String |
toString()
Converts a date condition from a String to a value. |
int |
value()
Returns the value for the date condition. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _daily
Specifies that data is grouped by the day.
public static final int _weekly
Specifies that data is grouped by the week.
public static final int _biweekly
Specifies that data is grouped by the fortnight.
public static final int _semimonthly
Specifies that data is grouped semi-monthly.
public static final int _monthly
Specifies that data is grouped by the month.
public static final int _quarterly
Specifies that data is grouped by the year's quarter.
public static final int _semiannually
Specifies that data is grouped semi-annually.
public static final int _annually
Specifies that data is grouped by the year.
public static final int _second
Specifies that data is grouped by the second.
public static final int _minute
Specifies that data is grouped by the minute.
public static final int _hour
Specifies that data is grouped by the hour.
public static final int _amPm
Specifies that data is grouped into AM and PM.
public static final DateCondition daily
Specifies that data is grouped by the day.
public static final DateCondition weekly
Specifies that data is grouped by the week.
public static final DateCondition biweekly
Specifies that data is grouped by the fortnight.
public static final DateCondition semimonthly
Specifies that data is grouped semi-monthly.
public static final DateCondition monthly
Specifies that data is grouped by the month.
public static final DateCondition quarterly
Specifies that data is grouped by the year's quarter.
public static final DateCondition semiannually
Specifies that data is grouped semi-annually.
public static final DateCondition annually
Specifies that data is grouped by the year.
public static final DateCondition second
Specifies that data is grouped by the second.
public static final DateCondition minute
Specifies that data is grouped by the minute.
public static final DateCondition hour
Specifies that data is grouped by the hour.
public static final DateCondition amPm
Specifies that data is grouped into AM and PM.
Method Detail |
---|
public static final DateCondition from_int(int i)
Converts a date condition from an int
to a value.
i
- The int
value that you want
to convert from.
DateCondition
object corresponding to the specified value.public static final DateCondition from_string(java.lang.String sVal)
Converts the date condition to a String
.
sVal
- The type of the desired DateCondition
object.
String
.public java.lang.String toString()
Converts a date condition from a String
to a value.
toString
in class java.lang.Object
String
value of this DateCondition
object.public int value()
Returns the value for the date condition.
int
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |