abstract
double
|
getCeiling()
The value of the upper end of the threshold expression
if the threshold corresponds to a non-complex (@link EnumThresholdTypes#TYPE_COMPLEX) type
If the threshold type is complex, then -1 is returned
|
abstract
WebObjectInfo
|
getDataSetObj()
|
abstract
WebExpression
|
getExpression()
|
abstract
double
|
getFloor()
The value of the lower end of the threshold expression
if the threshold corresponds to a non-complex (@link EnumThresholdTypes#TYPE_COMPLEX) type
If the threshold type is complex, then -1 is returned
|
abstract
WebFormat
|
getFormat()
Returns the WebFormat object associated with the threshold, which can be used to modify the format associated with the threshold.
|
abstract
String
|
getId()
Returns the ID of the threshold.
|
abstract
String
|
getName()
Returns the name of the threshold.
|
abstract
String
|
getReplaceText()
Returns the text used to replace the actual value iff threshold condition is met.
|
abstract
int
|
getReplaceType()
|
abstract
int
|
getScope()
|
abstract
WebObjectInfo
|
getTarget()
|
abstract
int
|
getThresholdAction()
|
abstract
int
|
getThresholdType()
|
abstract
boolean
|
isEnabled()
Returns whether the threshold is enabled or not.
|
abstract
boolean
|
isReplaceTypeDefined()
Indicates whether the replace text is one of the following types
|
abstract
boolean
|
isTransaction()
|
abstract
void
|
setEnabled(boolean enable)
Sets the enabled flag of the threshold.
|
abstract
void
|
setName(String newName)
Sets the name of the threshold.
|
abstract
void
|
setScope(int scope)
|
abstract
void
|
setThresholdAction(String action)
|