|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DayOfWeekPosition
public final class DayOfWeekPosition
This class is used to specify where to display the name of the day in the date.
| Field Summary | |
|---|---|
static int |
_leadingPosition
The name of the day is in a leading position in the date. |
static int |
_trailingPosition
The name of the day is in a trailing position in the date. |
static DayOfWeekPosition |
leadingPosition
A DayOfWeekPosition object that specifies that the
name of the day is in a leading position in the date. |
static DayOfWeekPosition |
trailingPosition
A DayOfWeekPosition object that specifies that the
name of the day is in a trailing position in the date. |
| Method Summary | |
|---|---|
static DayOfWeekPosition |
from_int(int i)
Returns the DayOfWeekPosition object corresponding to the specified value. |
static DayOfWeekPosition |
from_string(java.lang.String sVal)
Returns the DayOfWeekPosition object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this DayOfWeekPosition object. |
int |
value()
Returns the int value of this DayOfWeekPosition object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _leadingPosition
The name of the day is in a leading position in the date.
public static final int _trailingPosition
The name of the day is in a trailing position in the date.
public static final DayOfWeekPosition leadingPosition
A DayOfWeekPosition object that specifies that the
name of the day is in a leading position in the date.
public static final DayOfWeekPosition trailingPosition
A DayOfWeekPosition object that specifies that the
name of the day is in a trailing position in the date.
| Method Detail |
|---|
public static final DayOfWeekPosition from_int(int i)
Returns the DayOfWeekPosition object corresponding to the specified value.
i - The int value of the desired DayOfWeekPosition object.
DayOfWeekPosition object corresponding to the specified value.public static final DayOfWeekPosition from_string(java.lang.String sVal)
Returns the DayOfWeekPosition object corresponding to the specified type.
sVal - The String value of the desired DayOfWeekPosition object.
DayOfWeekPosition object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this DayOfWeekPosition object.
toString in class java.lang.ObjectString value of this DayOfWeekPosition object.public int value()
Returns the int value of this DayOfWeekPosition object.
int value of this DayOfWeekPosition object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||