com.crystaldecisions.sdk.occa.report.definition
Class DateFieldFormatConditionFormulaType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
      extended by com.crystaldecisions.sdk.occa.report.definition.DateFieldFormatConditionFormulaType

public final class DateFieldFormatConditionFormulaType
extends ConditionFormulaType

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
           
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
           
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

_yearFormat

public static final int _yearFormat

Year format.

See Also:
Constant Field Values

_monthFormat

public static final int _monthFormat

Month format.

See Also:
Constant Field Values

_dayFormat

public static final int _dayFormat

Day format.

See Also:
Constant Field Values

_systemDefaultType

public static final int _systemDefaultType

System default type.

See Also:
Constant Field Values

_dateOrder

public static final int _dateOrder

Date order.

See Also:
Constant Field Values

_dayOfWeekType

public static final int _dayOfWeekType

The name of the day of the week.

See Also:
Constant Field Values

_dayOfWeekSeparator

public static final int _dayOfWeekSeparator

Separator for the day of the week.

See Also:
Constant Field Values

_dayOfWeekPosition

public static final int _dayOfWeekPosition

Position of day of the week.

See Also:
Constant Field Values

_dateFirstSeparator

public static final int _dateFirstSeparator

First separator in the date.

See Also:
Constant Field Values

_dateSecondSeparator

public static final int _dateSecondSeparator

Second separator in the date.

See Also:
Constant Field Values

_eraType

public static final int _eraType

Era format.

See Also:
Constant Field Values

_calendarType

public static final int _calendarType

Calendar type.

See Also:
Constant Field Values

_datePrefixSeparator

public static final int _datePrefixSeparator

Separator between the date and its prefix.

See Also:
Constant Field Values

_dateSuffixSeparator

public static final int _dateSuffixSeparator

Separator between the date and its suffix.

See Also:
Constant Field Values

_dayOfWeekEnclosure

public static final int _dayOfWeekEnclosure
See Also:
Constant Field Values

yearFormat

public static final DateFieldFormatConditionFormulaType yearFormat

A DateFieldFormatConditionFormulaType object that specifies the year format.


monthFormat

public static final DateFieldFormatConditionFormulaType monthFormat

A DateFieldFormatConditionFormulaType object that specifies the month format.


dayFormat

public static final DateFieldFormatConditionFormulaType dayFormat

A DateFieldFormatConditionFormulaType object that specifies the day format.


systemDefaultType

public static final DateFieldFormatConditionFormulaType systemDefaultType

A DateFieldFormatConditionFormulaType object that specifies the system default type.


dateOrder

public static final DateFieldFormatConditionFormulaType dateOrder

A DateFieldFormatConditionFormulaType object that specifies the date order.


dayOfWeekType

public static final DateFieldFormatConditionFormulaType dayOfWeekType

A DateFieldFormatConditionFormulaType object that specifies the name of the day of the week.


dayOfWeekSeparator

public static final DateFieldFormatConditionFormulaType dayOfWeekSeparator

A DateFieldFormatConditionFormulaType object that specifies the separator for the day of the week.


dayOfWeekPosition

public static final DateFieldFormatConditionFormulaType dayOfWeekPosition

A DateFieldFormatConditionFormulaType object that specifies the position of day of the week.


dateFirstSeparator

public static final DateFieldFormatConditionFormulaType dateFirstSeparator

A DateFieldFormatConditionFormulaType object that specifies the first separator in the date.


dateSecondSeparator

public static final DateFieldFormatConditionFormulaType dateSecondSeparator

A DateFieldFormatConditionFormulaType object that specifies the second separator in the date.


eraType

public static final DateFieldFormatConditionFormulaType eraType

A DateFieldFormatConditionFormulaType object that specifies the era format.


calendarType

public static final DateFieldFormatConditionFormulaType calendarType

A DateFieldFormatConditionFormulaType object that specifies the calendar type.


datePrefixSeparator

public static final DateFieldFormatConditionFormulaType datePrefixSeparator

A DateFieldFormatConditionFormulaType object that specifies the separator between the date and its prefix.


dateSuffixSeparator

public static final DateFieldFormatConditionFormulaType dateSuffixSeparator

A DateFieldFormatConditionFormulaType object that specifies the separator between the date and its suffix.


dayOfWeekEnclosure

public static final DateFieldFormatConditionFormulaType dayOfWeekEnclosure
Method Detail

from_int

public static final DateFieldFormatConditionFormulaType from_int(int i)

Returns the DateFieldFormatConditionFormulaType object corresponding to the specified value.

Parameters:
i - The int value of the desired DateFieldFormatConditionFormulaType object.
Returns:
The DateFieldFormatConditionFormulaType object corresponding to the specified value.

from_string

public static final DateFieldFormatConditionFormulaType from_string(java.lang.String sVal)

Returns the DateFieldFormatConditionFormulaType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired DateFieldFormatConditionFormulaType object.
Returns:
The DateFieldFormatConditionFormulaType object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this DateFieldFormatConditionFormulaType object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this DateFieldFormatConditionFormulaType object.

value

public int value()

Returns the int value of this DateFieldFormatConditionFormulaType object.

Overrides:
value in class ConditionFormulaType
Returns:
The int value of this DateFieldFormatConditionFormulaType object.