|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DayOfWeekEnclosure
public final class DayOfWeekEnclosure
This class is used to specify the enclosing characters of the name of a day of the week in a formatted date string.
IDateFieldFormat.setDayOfWeekEnclosure(DayOfWeekEnclosure)
Field Summary | |
---|---|
static int |
_inFWParentheses
|
static int |
_inFWSquareBrackets
|
static int |
_inParentheses
Day of week enclosed in parentheses. |
static int |
_inSquareBrackets
Day of week enclosed in square brackets. |
static int |
_none
No enclosing characters for the day of week. |
static DayOfWeekEnclosure |
inFWParentheses
|
static DayOfWeekEnclosure |
inFWSquareBrackets
|
static DayOfWeekEnclosure |
inParentheses
Day of week enclosed in parentheses. |
static DayOfWeekEnclosure |
inSquareBrackets
Day of week enclosed in square brackets. |
static DayOfWeekEnclosure |
none
No enclosing characters. |
Method Summary | |
---|---|
static DayOfWeekEnclosure |
from_int(int i)
Returns the DayOfWeekEnclosure object corresponding to the specified value. |
static DayOfWeekEnclosure |
from_string(java.lang.String sVal)
Returns the DayOfWeekEnclosure object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this DayOfWeekEnclosure object. |
int |
value()
Returns the int value of this DayOfWeekEnclosure object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _none
public static final int _inParentheses
public static final int _inFWParentheses
public static final int _inSquareBrackets
public static final int _inFWSquareBrackets
public static final DayOfWeekEnclosure none
public static final DayOfWeekEnclosure inParentheses
public static final DayOfWeekEnclosure inFWParentheses
public static final DayOfWeekEnclosure inSquareBrackets
public static final DayOfWeekEnclosure inFWSquareBrackets
Method Detail |
---|
public static DayOfWeekEnclosure from_int(int i)
DayOfWeekEnclosure
object corresponding to the specified value.
i
- The int
value of the desired DayOfWeekEnclosure
object.
DayOfWeekEnclosure
object corresponding to the specified value.public int value()
int
value of this DayOfWeekEnclosure
object.
int
value of this DayOfWeekEnclosure
object.public java.lang.String toString()
String
value of this DayOfWeekEnclosure
object.
toString
in class java.lang.Object
String
value of this DayOfWeekEnclosure
object.public static final DayOfWeekEnclosure from_string(java.lang.String sVal)
DayOfWeekEnclosure
object corresponding to the specified type.
sVal
- The String
value of the desired DayOfWeekEnclosure
object.
DayOfWeekEnclosure
object corresponding to the specified type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |