Package com.microstrategy.webapi
Interface EnumDSSXMLOrderParentFirst
- 
public interface EnumDSSXMLOrderParentFirstUsed by the "Sort" manipulation, for custom group sorting (sorts of type DssSortTypeCustomGroupDefault), to specify, as a property of the sort object, whether the parent elements should be placed before or after the related child elements.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlOrderParentFirstDefaultSpecifies that the decision is to be made based on the value of the IsParentFirst property of the custom group object.static intDssXmlOrderParentFirstFalseSpecifies to order the child first.static intDssXmlOrderParentFirstReservedReserved value.static intDssXmlOrderParentFirstTrueSpecifies to order the parent first. 
 - 
 
- 
- 
Field Detail
- 
DssXmlOrderParentFirstReserved
static final int DssXmlOrderParentFirstReserved
Reserved value.- See Also:
 - Constant Field Values
 
 
- 
DssXmlOrderParentFirstDefault
static final int DssXmlOrderParentFirstDefault
Specifies that the decision is to be made based on the value of the IsParentFirst property of the custom group object.- See Also:
 - Constant Field Values
 
 
- 
DssXmlOrderParentFirstTrue
static final int DssXmlOrderParentFirstTrue
Specifies to order the parent first.- See Also:
 - Constant Field Values
 
 
- 
DssXmlOrderParentFirstFalse
static final int DssXmlOrderParentFirstFalse
Specifies to order the child first.- See Also:
 - Constant Field Values
 
 
 - 
 
 -