|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.BooleanOutputFormat
public final class BooleanOutputFormat
This class is used to specify the format of BooleanField
values.
Field Summary | |
---|---|
static int |
_oneOrZero
1 (True) or 0 (False). |
static int |
_TOrF
T (True) or F (False). |
static int |
_trueOrFalse
True or False. |
static int |
_yesOrNo
Yes (True) or No (False). |
static int |
_YOrN
Y (True) or N (False). |
static BooleanOutputFormat |
oneOrZero
A BooleanOutputFormat object that specifies 1 (True) or 0 (False). |
static BooleanOutputFormat |
TOrF
A BooleanOutputFormat object that specifies T (True) or F (False). |
static BooleanOutputFormat |
trueOrFalse
A BooleanOutputFormat object that specifies True or False. |
static BooleanOutputFormat |
yesOrNo
A BooleanOutputFormat object that specifies Yes (True) or No (False). |
static BooleanOutputFormat |
YOrN
A BooleanOutputFormat object that specifies Y (True) or N (False). |
Method Summary | |
---|---|
static BooleanOutputFormat |
from_int(int i)
Returns the BooleanOutputFormat object corresponding to the specified value. |
static BooleanOutputFormat |
from_string(java.lang.String sVal)
Returns the BooleanOutputFormat object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this BooleanOutputFormat object. |
int |
value()
Returns the int value of this BooleanOutputFormat object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _trueOrFalse
True or False.
public static final int _TOrF
T (True) or F (False).
public static final int _yesOrNo
Yes (True) or No (False).
public static final int _YOrN
Y (True) or N (False).
public static final int _oneOrZero
1 (True) or 0 (False).
public static final BooleanOutputFormat trueOrFalse
A BooleanOutputFormat
object that specifies True or False.
public static final BooleanOutputFormat TOrF
A BooleanOutputFormat
object that specifies T (True) or F (False).
public static final BooleanOutputFormat yesOrNo
A BooleanOutputFormat
object that specifies Yes (True) or No (False).
public static final BooleanOutputFormat YOrN
A BooleanOutputFormat
object that specifies Y (True) or N (False).
public static final BooleanOutputFormat oneOrZero
A BooleanOutputFormat
object that specifies 1 (True) or 0 (False).
Method Detail |
---|
public static final BooleanOutputFormat from_int(int i)
Returns the BooleanOutputFormat
object corresponding to the specified value.
i
- The int
value of the desired BooleanOutputFormat
object.
BooleanOutputFormat
object corresponding to the specified value.public static final BooleanOutputFormat from_string(java.lang.String sVal)
Returns the BooleanOutputFormat
object corresponding to the specified type.
sVal
- The String
value of the desired BooleanOutputFormat
object.
BooleanOutputFormat
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this BooleanOutputFormat
object.
toString
in class java.lang.Object
String
value of this BooleanOutputFormat
object.public int value()
Returns the int
value of this BooleanOutputFormat
object.
int
value of this BooleanOutputFormat
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |