com.microstrategy.web.beans.EnumExpressionBeanType |
This enumeration describes the different types of expression bean. This
is exposed on the ExpressionBean
interface, and the result will depend
upon how the expression bean was obtained.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ExpressionBeanTypeDerivedElement | ||||||||||
int | ExpressionBeanTypeDisplay | ||||||||||
int | ExpressionBeanTypeGeneric | An expression bean that represents an expression on a filter object saved in metadata. | |||||||||
int | ExpressionBeanTypePrompt | An expression bean that represents an expression from a prompt. | |||||||||
int | ExpressionBeanTypeRWViewFilter | An expression bean that represents a view filter on a part of an RW document. | |||||||||
int | ExpressionBeanTypeRWViewLimit | ||||||||||
int | ExpressionBeanTypeReportFilter | An expression bean that represents the report filter. | |||||||||
int | ExpressionBeanTypeReportLimit | ||||||||||
int | ExpressionBeanTypeSecurityFilter | An expression bean that represents an expression on a security filter saved in metadata. | |||||||||
int | ExpressionBeanTypeThreshold | ||||||||||
int | ExpressionBeanTypeUndefined | An expression bean that represents the view filter. | |||||||||
int | ExpressionBeanTypeViewFilter | An expression bean that represents the view filter. | |||||||||
int | ExpressionBeanTypeViewLimit |
An expression bean that represents an expression on a filter object saved in metadata.
An expression bean that represents an expression from a prompt.
An expression bean that represents a view filter on a part of an RW document.
An expression bean that represents the report filter.
An expression bean that represents an expression on a security filter saved in metadata.
An expression bean that represents the view filter.
An expression bean that represents the view filter.