Package com.microstrategy.web.objects
Interface EnumWebToggleFunction
-
public interface EnumWebToggleFunction
This Enumeration specifies the different functions to which the current function between two nodes can be toggled to usingtoggleFunction
in WebExpressionHelper.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebToggleFunctionAnd
Toggle to the AND function.static int
WebToggleFunctionAndNot
Toggle to the AND NOT function.static int
WebToggleFunctionOr
Toggle to the OR function.static int
WebToggleFunctionOrNot
Toggle to the OR NOT function.
-
-
-
Field Detail
-
WebToggleFunctionAnd
static final int WebToggleFunctionAnd
Toggle to the AND function.- See Also:
- Constant Field Values
-
WebToggleFunctionOr
static final int WebToggleFunctionOr
Toggle to the OR function.- See Also:
- Constant Field Values
-
WebToggleFunctionAndNot
static final int WebToggleFunctionAndNot
Toggle to the AND NOT function.- See Also:
- Constant Field Values
-
WebToggleFunctionOrNot
static final int WebToggleFunctionOrNot
Toggle to the OR NOT function.- See Also:
- Constant Field Values
-
-