Interface EnumProducts
- 
public interface EnumProductsEnumerates products in the MicroStrategy suite.- Since:
 - MicroStrategy Web 8.1.1
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intMobilestatic intWebAllstatic intWebAnalyststatic intWebProfessionalstatic intWebReporter 
 - 
 
- 
- 
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
 
 
 - 
 
 -