|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.DateFieldFormatConditionFormulaType
public final class DateFieldFormatConditionFormulaType
This object is used to specify the condition formula type for date field formatting.
| Field Summary | |
|---|---|
static int |
_calendarType
Calendar type. |
static int |
_dateFirstSeparator
First separator in the date. |
static int |
_dateOrder
Date order. |
static int |
_datePrefixSeparator
Separator between the date and its prefix. |
static int |
_dateSecondSeparator
Second separator in the date. |
static int |
_dateSuffixSeparator
Separator between the date and its suffix. |
static int |
_dayFormat
Day format. |
static int |
_dayOfWeekEnclosure
For internal use only |
static int |
_dayOfWeekPosition
Position of day of the week. |
static int |
_dayOfWeekSeparator
Separator for the day of the week. |
static int |
_dayOfWeekType
The name of the day of the week. |
static int |
_eraType
Era format. |
static int |
_monthFormat
Month format. |
static int |
_systemDefaultType
System default type. |
static int |
_yearFormat
Year format. |
static DateFieldFormatConditionFormulaType |
calendarType
A DateFieldFormatConditionFormulaType object that specifies the calendar type. |
static DateFieldFormatConditionFormulaType |
dateFirstSeparator
A DateFieldFormatConditionFormulaType object that specifies the first
separator in the date. |
static DateFieldFormatConditionFormulaType |
dateOrder
A DateFieldFormatConditionFormulaType object that specifies the date order. |
static DateFieldFormatConditionFormulaType |
datePrefixSeparator
A DateFieldFormatConditionFormulaType object that specifies the separator between
the date and its prefix. |
static DateFieldFormatConditionFormulaType |
dateSecondSeparator
A DateFieldFormatConditionFormulaType object that specifies the second
separator in the date. |
static DateFieldFormatConditionFormulaType |
dateSuffixSeparator
A DateFieldFormatConditionFormulaType object that specifies the separator between
the date and its suffix. |
static DateFieldFormatConditionFormulaType |
dayFormat
A DateFieldFormatConditionFormulaType object that specifies the day format. |
static DateFieldFormatConditionFormulaType |
dayOfWeekEnclosure
For internal use only |
static DateFieldFormatConditionFormulaType |
dayOfWeekPosition
A DateFieldFormatConditionFormulaType object that specifies the position
of day of the week. |
static DateFieldFormatConditionFormulaType |
dayOfWeekSeparator
A DateFieldFormatConditionFormulaType object that specifies the separator
for the day of the week. |
static DateFieldFormatConditionFormulaType |
dayOfWeekType
A DateFieldFormatConditionFormulaType object that specifies the name of
the day of the week. |
static DateFieldFormatConditionFormulaType |
eraType
A DateFieldFormatConditionFormulaType object that specifies the era format. |
static DateFieldFormatConditionFormulaType |
monthFormat
A DateFieldFormatConditionFormulaType object that specifies the month format. |
static DateFieldFormatConditionFormulaType |
systemDefaultType
A DateFieldFormatConditionFormulaType object that specifies the system default
type. |
static DateFieldFormatConditionFormulaType |
yearFormat
A DateFieldFormatConditionFormulaType object that specifies the year format. |
| Method Summary | |
|---|---|
static DateFieldFormatConditionFormulaType |
from_int(int i)
Returns the DateFieldFormatConditionFormulaType object corresponding to the specified value. |
static DateFieldFormatConditionFormulaType |
from_string(java.lang.String sVal)
Returns the DateFieldFormatConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this DateFieldFormatConditionFormulaType object. |
int |
value()
Returns the int value of this DateFieldFormatConditionFormulaType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _yearFormat
Year format.
public static final int _monthFormat
Month format.
public static final int _dayFormat
Day format.
public static final int _systemDefaultType
System default type.
public static final int _dateOrder
Date order.
public static final int _dayOfWeekType
The name of the day of the week.
public static final int _dayOfWeekSeparator
Separator for the day of the week.
public static final int _dayOfWeekPosition
Position of day of the week.
public static final int _dateFirstSeparator
First separator in the date.
public static final int _dateSecondSeparator
Second separator in the date.
public static final int _eraType
Era format.
public static final int _calendarType
Calendar type.
public static final int _datePrefixSeparator
Separator between the date and its prefix.
public static final int _dateSuffixSeparator
Separator between the date and its suffix.
public static final int _dayOfWeekEnclosure
public static final DateFieldFormatConditionFormulaType yearFormat
A DateFieldFormatConditionFormulaType object that specifies the year format.
public static final DateFieldFormatConditionFormulaType monthFormat
A DateFieldFormatConditionFormulaType object that specifies the month format.
public static final DateFieldFormatConditionFormulaType dayFormat
A DateFieldFormatConditionFormulaType object that specifies the day format.
public static final DateFieldFormatConditionFormulaType systemDefaultType
A DateFieldFormatConditionFormulaType object that specifies the system default
type.
public static final DateFieldFormatConditionFormulaType dateOrder
A DateFieldFormatConditionFormulaType object that specifies the date order.
public static final DateFieldFormatConditionFormulaType dayOfWeekType
A DateFieldFormatConditionFormulaType object that specifies the name of
the day of the week.
public static final DateFieldFormatConditionFormulaType dayOfWeekSeparator
A DateFieldFormatConditionFormulaType object that specifies the separator
for the day of the week.
public static final DateFieldFormatConditionFormulaType dayOfWeekPosition
A DateFieldFormatConditionFormulaType object that specifies the position
of day of the week.
public static final DateFieldFormatConditionFormulaType dateFirstSeparator
A DateFieldFormatConditionFormulaType object that specifies the first
separator in the date.
public static final DateFieldFormatConditionFormulaType dateSecondSeparator
A DateFieldFormatConditionFormulaType object that specifies the second
separator in the date.
public static final DateFieldFormatConditionFormulaType eraType
A DateFieldFormatConditionFormulaType object that specifies the era format.
public static final DateFieldFormatConditionFormulaType calendarType
A DateFieldFormatConditionFormulaType object that specifies the calendar type.
public static final DateFieldFormatConditionFormulaType datePrefixSeparator
A DateFieldFormatConditionFormulaType object that specifies the separator between
the date and its prefix.
public static final DateFieldFormatConditionFormulaType dateSuffixSeparator
A DateFieldFormatConditionFormulaType object that specifies the separator between
the date and its suffix.
public static final DateFieldFormatConditionFormulaType dayOfWeekEnclosure
| Method Detail |
|---|
public static final DateFieldFormatConditionFormulaType from_int(int i)
Returns the DateFieldFormatConditionFormulaType object corresponding to the specified value.
i - The int value of the desired DateFieldFormatConditionFormulaType object.
DateFieldFormatConditionFormulaType object corresponding to the specified value.public static final DateFieldFormatConditionFormulaType from_string(java.lang.String sVal)
Returns the DateFieldFormatConditionFormulaType object corresponding to the specified type.
sVal - The String value of the desired DateFieldFormatConditionFormulaType object.
DateFieldFormatConditionFormulaType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this DateFieldFormatConditionFormulaType object.
String value of this DateFieldFormatConditionFormulaType object.public int value()
Returns the int value of this DateFieldFormatConditionFormulaType object.
int value of this DateFieldFormatConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||