Interface EnumProducts
-
public interface EnumProducts
Enumerates products in the MicroStrategy suite.- Since:
- MicroStrategy Web 8.1.1
-
-
Field Summary
Fields Modifier and Type Field Description static int
Mobile
static int
WebAll
static int
WebAnalyst
static int
WebProfessional
static int
WebReporter
-
-
-
Field Detail
-
WebAnalyst
static final int WebAnalyst
- See Also:
- Constant Field Values
-
WebProfessional
static final int WebProfessional
- See Also:
- Constant Field Values
-
WebReporter
static final int WebReporter
- See Also:
- Constant Field Values
-
Mobile
static final int Mobile
- See Also:
- Constant Field Values
-
WebAll
static final int WebAll
- See Also:
- Constant Field Values
-
-