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

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.DateCalendarType

public final class DateCalendarType
extends java.lang.Object

This class is used to specify the calendar type.


Field Summary
static int _gregorianArabicCalendar
           Gregorian calendar - Arabic.
static int _gregorianCalendar
           Gregorian calendar.
static int _gregorianMEFrenchCalendar
           Gregorian calendar - MEFrench.
static int _gregorianUSCalendar
           Gregorian calendar - English (U.S.).
static int _gregorianXlitEnglishCalendar
           Gregorian calendar - XlitEnglish.
static int _gregorianXlitFrenchCalendar
           Gregorian calendar - XlitFrench.
static int _hebrewCalendar
           Native calendar - Hebrew.
static int _hijriCalendar
           Native calendar - Hijiri.
static int _japaneseCalendar
           Native calendar - Japanese.
static int _koreanCalendar
           Native calendar - Korean.
static int _taiwaneseCalendar
           Native calendar - Taiwanese.
static int _thaiCalendar
           Native calendar - Thai.
static DateCalendarType gregorianArabicCalendar
           A DateCalendarType object that specifies the Arabic Gregorian calendar.
static DateCalendarType gregorianCalendar
           A DateCalendarType object that specifies the Gregorian calendar.
static DateCalendarType gregorianMEFrenchCalendar
           A DateCalendarType object that specifies the MEFrench Gregorian calendar.
static DateCalendarType gregorianUSCalendar
           A DateCalendarType object that specifies the U.S.
static DateCalendarType gregorianXlitEnglishCalendar
           A DateCalendarType object that specifies the XlitEnglish Gregorian calendar.
static DateCalendarType gregorianXlitFrenchCalendar
           A DateCalendarType object that specifies the XlitFrench Gregorian calendar.
static DateCalendarType hebrewCalendar
           A DateCalendarType object that specifies the Hebrew native calendar.
static DateCalendarType hijriCalendar
           A DateCalendarType object that specifies the Hijiri native calendar.
static DateCalendarType japaneseCalendar
           A DateCalendarType object that specifies the Japanese native calendar.
static DateCalendarType koreanCalendar
           A DateCalendarType object that specifies the Korean native calendar.
static DateCalendarType taiwaneseCalendar
           A DateCalendarType object that specifies the Taiwanese native calendar.
static DateCalendarType thaiCalendar
           A DateCalendarType object that specifies the Thai native calendar.
 
Method Summary
static DateCalendarType from_int(int i)
           Returns the DateCalendarType object corresponding to the specified value.
static DateCalendarType from_string(java.lang.String sVal)
           Returns the DateCalendarType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this DateCalendarType object.
 int value()
           Returns the int value of this DateCalendarType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_gregorianCalendar

public static final int _gregorianCalendar

Gregorian calendar.

See Also:
Constant Field Values

_gregorianUSCalendar

public static final int _gregorianUSCalendar

Gregorian calendar - English (U.S.).

See Also:
Constant Field Values

_japaneseCalendar

public static final int _japaneseCalendar

Native calendar - Japanese.

See Also:
Constant Field Values

_taiwaneseCalendar

public static final int _taiwaneseCalendar

Native calendar - Taiwanese.

See Also:
Constant Field Values

_koreanCalendar

public static final int _koreanCalendar

Native calendar - Korean.

See Also:
Constant Field Values

_hijriCalendar

public static final int _hijriCalendar

Native calendar - Hijiri.

See Also:
Constant Field Values

_thaiCalendar

public static final int _thaiCalendar

Native calendar - Thai.

See Also:
Constant Field Values

_hebrewCalendar

public static final int _hebrewCalendar

Native calendar - Hebrew.

See Also:
Constant Field Values

_gregorianMEFrenchCalendar

public static final int _gregorianMEFrenchCalendar

Gregorian calendar - MEFrench.

See Also:
Constant Field Values

_gregorianArabicCalendar

public static final int _gregorianArabicCalendar

Gregorian calendar - Arabic.

See Also:
Constant Field Values

_gregorianXlitEnglishCalendar

public static final int _gregorianXlitEnglishCalendar

Gregorian calendar - XlitEnglish.

See Also:
Constant Field Values

_gregorianXlitFrenchCalendar

public static final int _gregorianXlitFrenchCalendar

Gregorian calendar - XlitFrench.

See Also:
Constant Field Values

gregorianCalendar

public static final DateCalendarType gregorianCalendar

A DateCalendarType object that specifies the Gregorian calendar.


gregorianUSCalendar

public static final DateCalendarType gregorianUSCalendar

A DateCalendarType object that specifies the U.S. English Gregorian calendar.


japaneseCalendar

public static final DateCalendarType japaneseCalendar

A DateCalendarType object that specifies the Japanese native calendar.


taiwaneseCalendar

public static final DateCalendarType taiwaneseCalendar

A DateCalendarType object that specifies the Taiwanese native calendar.


koreanCalendar

public static final DateCalendarType koreanCalendar

A DateCalendarType object that specifies the Korean native calendar.


hijriCalendar

public static final DateCalendarType hijriCalendar

A DateCalendarType object that specifies the Hijiri native calendar.


thaiCalendar

public static final DateCalendarType thaiCalendar

A DateCalendarType object that specifies the Thai native calendar.


hebrewCalendar

public static final DateCalendarType hebrewCalendar

A DateCalendarType object that specifies the Hebrew native calendar.


gregorianMEFrenchCalendar

public static final DateCalendarType gregorianMEFrenchCalendar

A DateCalendarType object that specifies the MEFrench Gregorian calendar.


gregorianArabicCalendar

public static final DateCalendarType gregorianArabicCalendar

A DateCalendarType object that specifies the Arabic Gregorian calendar.


gregorianXlitEnglishCalendar

public static final DateCalendarType gregorianXlitEnglishCalendar

A DateCalendarType object that specifies the XlitEnglish Gregorian calendar.


gregorianXlitFrenchCalendar

public static final DateCalendarType gregorianXlitFrenchCalendar

A DateCalendarType object that specifies the XlitFrench Gregorian calendar.

Method Detail

from_int

public static final DateCalendarType from_int(int i)

Returns the DateCalendarType object corresponding to the specified value.

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

from_string

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

Returns the DateCalendarType object corresponding to the specified type.

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

toString

public java.lang.String toString()

Returns the String value of this DateCalendarType object.

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

value

public int value()

Returns the int value of this DateCalendarType object.

Returns:
The int value of this DateCalendarType object.