Package com.microstrategy.web.objects
Interface EnumWebToggleFunction
-
public interface EnumWebToggleFunctionThis Enumeration specifies the different functions to which the current function between two nodes can be toggled to usingtoggleFunctionin WebExpressionHelper.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intWebToggleFunctionAndToggle to the AND function.static intWebToggleFunctionAndNotToggle to the AND NOT function.static intWebToggleFunctionOrToggle to the OR function.static intWebToggleFunctionOrNotToggle 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
-
-