Package com.microstrategy.web.objects.rw
Interface RWThreshold
-
- All Superinterfaces:
WebThreshold
- All Known Subinterfaces:
RWThresholdText
public interface RWThreshold extends WebThreshold
A threshold defines a conditional formatting for a unit- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebFormat
getFormat()
Returns threshold formatjava.lang.String
getId()
Returns threshold ID, which is unique among thresholds of particular unit-
Methods inherited from interface com.microstrategy.web.objects.WebThreshold
getCeiling, getDataSetObj, getExpression, getFloor, getName, getReplaceText, getReplaceType, getScope, getTarget, getThresholdAction, getThresholdType, isEnabled, isReplaceTypeDefined, isTransaction, setEnabled, setName, setScope, setThresholdAction
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns threshold ID, which is unique among thresholds of particular unit- Specified by:
getId
in interfaceWebThreshold
- Returns:
- threshold ID
-
getFormat
WebFormat getFormat()
Returns threshold format- Specified by:
getFormat
in interfaceWebThreshold
- Returns:
- threshold format
-
-