|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
com.crystaldecisions.sdk.occa.report.data.AlertConditionFormulaType
public final class AlertConditionFormulaType
This class contains constants that specify the condition formula type for alert message.
Field Summary | |
---|---|
static int |
_alertCondition
Indicates that the formula specifies the condition of an alert to be triggered. |
static int |
_alertMessage
Indicates that the formula specifies the message of a triggered alert. |
static AlertConditionFormulaType |
alertCondition
A AlertConditionFormulaType that indicates that the condition of an alert to be triggered. |
static AlertConditionFormulaType |
alertMessage
A AlertConditionFormulaType that indicates that the message of a triggered alert. |
Method Summary | |
---|---|
static AlertConditionFormulaType |
from_int(int i)
Returns the AlertConditionFormulaType corresponding to the specified int . |
static AlertConditionFormulaType |
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 AlertConditionFormulaType object. |
int |
value()
Returns the int value of this AlertConditionFormulaType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _alertMessage
Indicates that the formula specifies the message of a triggered alert.
public static final int _alertCondition
Indicates that the formula specifies the condition of an alert to be triggered.
public static final AlertConditionFormulaType alertMessage
A AlertConditionFormulaType
that indicates that the message of a triggered alert.
public static final AlertConditionFormulaType alertCondition
A AlertConditionFormulaType
that indicates that the condition of an alert to be triggered.
Method Detail |
---|
public static final AlertConditionFormulaType from_int(int i)
Returns the AlertConditionFormulaType
corresponding to the specified int
.
i
- The int
value of the desired AlertConditionFormulaType
.
AlertConditionFormulaType
corresponding to the specified int
.public static final AlertConditionFormulaType 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.
AlertConditionFormulaType
object.public java.lang.String toString()
Returns the String
value of this AlertConditionFormulaType
object.
toString
in class java.lang.Object
String
value of this AlertConditionFormulaType
object.public int value()
Returns the int
value of this AlertConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this AlertConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |