|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DayOfWeekType
public final class DayOfWeekType
This class is used to specify how to display the name of the day in the date.
Field Summary | |
---|---|
static int |
_longType
Display the full name of the day in the date. |
static int |
_noType
Do not display the name of the day in the date. |
static int |
_shortType
Display an abbreviation of the name of the day in the date. |
static DayOfWeekType |
longType
A DayOfWeekType object that specifies to display the full
name of the day in the date. |
static DayOfWeekType |
noType
A DayOfWeekType object that specifies to not display the
name of the day in the date. |
static DayOfWeekType |
shortType
A DayOfWeekType object that specifies to display an
abbreviation of the name of the day in the date. |
Method Summary | |
---|---|
static DayOfWeekType |
from_int(int i)
Returns the DayOfWeekType object corresponding to the specified value. |
static DayOfWeekType |
from_string(java.lang.String sVal)
Returns the DayOfWeekType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this DayOfWeekType object. |
int |
value()
Returns the int value of this DayOfWeekType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _shortType
Display an abbreviation of the name of the day in the date.
public static final int _longType
Display the full name of the day in the date.
public static final int _noType
Do not display the name of the day in the date.
public static final DayOfWeekType shortType
A DayOfWeekType
object that specifies to display an
abbreviation of the name of the day in the date.
public static final DayOfWeekType longType
A DayOfWeekType
object that specifies to display the full
name of the day in the date.
public static final DayOfWeekType noType
A DayOfWeekType
object that specifies to not display the
name of the day in the date.
Method Detail |
---|
public static final DayOfWeekType from_int(int i)
Returns the DayOfWeekType
object corresponding to the specified value.
i
- The int
value of the desired DayOfWeekType
object.
DayOfWeekType
object corresponding to the specified value.public static final DayOfWeekType from_string(java.lang.String sVal)
Returns the DayOfWeekType
object corresponding to the specified type.
sVal
- The String
value of the desired DayOfWeekType
object.
DayOfWeekType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this DayOfWeekType
object.
toString
in class java.lang.Object
String
value of this DayOfWeekType
object.public int value()
Returns the int
value of this DayOfWeekType
object.
int
value of this DayOfWeekType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |