|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DateCalendarType
public final class DateCalendarType
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 |
---|
public static final int _gregorianCalendar
Gregorian calendar.
public static final int _gregorianUSCalendar
Gregorian calendar - English (U.S.).
public static final int _japaneseCalendar
Native calendar - Japanese.
public static final int _taiwaneseCalendar
Native calendar - Taiwanese.
public static final int _koreanCalendar
Native calendar - Korean.
public static final int _hijriCalendar
Native calendar - Hijiri.
public static final int _thaiCalendar
Native calendar - Thai.
public static final int _hebrewCalendar
Native calendar - Hebrew.
public static final int _gregorianMEFrenchCalendar
Gregorian calendar - MEFrench.
public static final int _gregorianArabicCalendar
Gregorian calendar - Arabic.
public static final int _gregorianXlitEnglishCalendar
Gregorian calendar - XlitEnglish.
public static final int _gregorianXlitFrenchCalendar
Gregorian calendar - XlitFrench.
public static final DateCalendarType gregorianCalendar
A DateCalendarType
object that specifies the Gregorian calendar.
public static final DateCalendarType gregorianUSCalendar
A DateCalendarType
object that specifies the U.S. English Gregorian calendar.
public static final DateCalendarType japaneseCalendar
A DateCalendarType
object that specifies the Japanese native calendar.
public static final DateCalendarType taiwaneseCalendar
A DateCalendarType
object that specifies the Taiwanese native calendar.
public static final DateCalendarType koreanCalendar
A DateCalendarType
object that specifies the Korean native calendar.
public static final DateCalendarType hijriCalendar
A DateCalendarType
object that specifies the Hijiri native calendar.
public static final DateCalendarType thaiCalendar
A DateCalendarType
object that specifies the Thai native calendar.
public static final DateCalendarType hebrewCalendar
A DateCalendarType
object that specifies the Hebrew native calendar.
public static final DateCalendarType gregorianMEFrenchCalendar
A DateCalendarType
object that specifies the MEFrench Gregorian calendar.
public static final DateCalendarType gregorianArabicCalendar
A DateCalendarType
object that specifies the Arabic Gregorian calendar.
public static final DateCalendarType gregorianXlitEnglishCalendar
A DateCalendarType
object that specifies the XlitEnglish Gregorian calendar.
public static final DateCalendarType gregorianXlitFrenchCalendar
A DateCalendarType
object that specifies the XlitFrench Gregorian calendar.
Method Detail |
---|
public static final DateCalendarType from_int(int i)
Returns the DateCalendarType
object corresponding to the specified value.
i
- The int
value of the desired DateCalendarType
object.
DateCalendarType
object corresponding to the specified value.public static final DateCalendarType from_string(java.lang.String sVal)
Returns the DateCalendarType
object corresponding to the specified type.
sVal
- The String
value of the desired DateCalendarType
object.
DateCalendarType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this DateCalendarType
object.
toString
in class java.lang.Object
String
value of this DateCalendarType
object.public int value()
Returns the int
value of this DateCalendarType
object.
int
value of this DateCalendarType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |