|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.FormulaNullTreatment
public class FormulaNullTreatment
This class contains constants that specify how to treat nulls in a formula.
| Field Summary | |
|---|---|
static int |
_asDefaultValue
Specifies that nulls should be treated as default values in a formula. |
static int |
_asException
Specifies that nulls should be treated as exceptions in a formula. |
static FormulaNullTreatment |
asDefaultValue
A FormulaNullTreatment that specifies that nulls should be treated as default values in a formula. |
static FormulaNullTreatment |
asException
A FormulaNullTreatment that specifies that nulls should be treated as exceptions in a formula. |
| Method Summary | |
|---|---|
static FormulaNullTreatment |
from_int(int i)
Returns the FormulaNullTreatment corresponding to the specified int. |
static FormulaNullTreatment |
from_string(java.lang.String sVal)
Converts a directory item from a String to a value. |
java.lang.String |
toString()
Returns the String value of this FormulaNullTreatment object. |
int |
value()
Returns the int value of this FormulaNullTreatment object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _asException
Specifies that nulls should be treated as exceptions in a formula.
public static final int _asDefaultValue
Specifies that nulls should be treated as default values in a formula.
public static final FormulaNullTreatment asException
A FormulaNullTreatment that specifies that nulls should be treated as exceptions in a formula.
public static final FormulaNullTreatment asDefaultValue
A FormulaNullTreatment that specifies that nulls should be treated as default values in a formula.
| Method Detail |
|---|
public static final FormulaNullTreatment from_int(int i)
Returns the FormulaNullTreatment corresponding to the specified int.
i - The int value of the desired FormulaNullTreatment.
FormulaNullTreatment corresponding to the specified int.public static final FormulaNullTreatment from_string(java.lang.String sVal)
Converts a directory item from a String to a value.
sVal - The String value that you want
to convert from.
FormulaNullTreatment object.public java.lang.String toString()
Returns the String value of this FormulaNullTreatment object.
toString in class java.lang.ObjectString value of this FormulaNullTreatment object.public int value()
Returns the int value of this FormulaNullTreatment object.
int value of this FormulaNullTreatment object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||