com.microstrategy.web.objects.EnumWebToggleFunction |
This Enumeration specifies the different functions to which the current function between two nodes can be toggled to
using toggleFunction
in WebExpressionHelper.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebToggleFunctionAnd | Toggle to the AND function. | |||||||||
int | WebToggleFunctionAndNot | Toggle to the AND NOT function. | |||||||||
int | WebToggleFunctionOr | Toggle to the OR function. | |||||||||
int | WebToggleFunctionOrNot | Toggle to the OR NOT function. |
Toggle to the AND function.
Toggle to the AND NOT function.
Toggle to the OR function.
Toggle to the OR NOT function.