Package com.microstrategy.web.objects.rw
Interface EnumRWGroupByTypes
-
public interface EnumRWGroupByTypesGroup by group type constants.- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intRWGROUP_ATTRIBUTEDenotes group based on the attribute valuesstatic intRWGROUP_CONSOLIDATIONDenotes group based on the consolidation valuesstatic intRWGROUP_CUSTOMGROUPDenotes group based on the custom group valuesstatic intRWGROUP_SPECIALThis constant denotes special groups such as page, document and body
-
-
-
Field Detail
-
RWGROUP_SPECIAL
static final int RWGROUP_SPECIAL
This constant denotes special groups such as page, document and body- See Also:
- Constant Field Values
-
RWGROUP_ATTRIBUTE
static final int RWGROUP_ATTRIBUTE
Denotes group based on the attribute values- See Also:
- Constant Field Values
-
RWGROUP_CONSOLIDATION
static final int RWGROUP_CONSOLIDATION
Denotes group based on the consolidation values- See Also:
- Constant Field Values
-
RWGROUP_CUSTOMGROUP
static final int RWGROUP_CUSTOMGROUP
Denotes group based on the custom group values- See Also:
- Constant Field Values
-
-