|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DateOrder
public final class DateOrder
This class is used to specify the order of the elements in the date.
| Field Summary | |
|---|---|
static int |
_dayMonthYear
Displays date as Day/Month/Year. |
static int |
_monthDayYear
Displays date as Month/Day/Year. |
static int |
_yearMonthDay
Displays date as Year/Month/Day. |
static DateOrder |
dayMonthYear
A DateOrder object that specifies to display the date as Day/Month/Year. |
static DateOrder |
monthDayYear
A DateOrder object that specifies to display the date as Month/Day/Year. |
static DateOrder |
yearMonthDay
A DateOrder object that specifies to display the date as Year/Month/Day. |
| Method Summary | |
|---|---|
static DateOrder |
from_int(int i)
Returns the DateOrder object corresponding to the specified value. |
static DateOrder |
from_string(java.lang.String sVal)
Returns the DateOrder object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this DateOrder object. |
int |
value()
Returns the int value of this DateOrder object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _yearMonthDay
Displays date as Year/Month/Day.
public static final int _dayMonthYear
Displays date as Day/Month/Year.
public static final int _monthDayYear
Displays date as Month/Day/Year.
public static final DateOrder yearMonthDay
A DateOrder object that specifies to display the date as Year/Month/Day.
public static final DateOrder dayMonthYear
A DateOrder object that specifies to display the date as Day/Month/Year.
public static final DateOrder monthDayYear
A DateOrder object that specifies to display the date as Month/Day/Year.
| Method Detail |
|---|
public static final DateOrder from_int(int i)
Returns the DateOrder object corresponding to the specified value.
i - The int value of the desired DateOrder object.
DateOrder object corresponding to the specified value.public static final DateOrder from_string(java.lang.String sVal)
Returns the DateOrder object corresponding to the specified type.
sVal - The String value of the desired DateOrder object.
DateOrder object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this DateOrder object.
toString in class java.lang.ObjectString value of this DateOrder object.public int value()
Returns the int value of this DateOrder object.
int value of this DateOrder object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||