public class QDRSortInfo extends SortInfo
setQDRSort API.| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String[] | 
m_measure  | 
protected QDR[] | 
m_qdr  | 
ASCENDING, DESCENDING, FIRST, LAST, m_direction, m_layerName, m_parameterHelper| Constructor and Description | 
|---|
QDRSortInfo()
Constructor 
 | 
QDRSortInfo(java.lang.String layerName,
           int[] direction,
           QDR[] qdr)
Deprecated. 
 
As of 11.0.0.0.2, replaced by  
QDRSortInfo(String, int[], String[], QDR[]). | 
QDRSortInfo(java.lang.String layerName,
           int[] direction,
           java.lang.String[] measure,
           QDR[] qdr)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
java.lang.String[] | 
getMeasure()
Retrieves the array of measures by which to sort 
 | 
QDR[] | 
getQDR()
Get the array of QDR objects that specify measures at certain
 dimension items. 
 | 
void | 
setMeasure(java.lang.String[] measure)
Specifies an array of measures by which to sort 
 | 
void | 
setQDR(QDR[] qdr)
Set one or more QDR objects that specify measures at certain
 dimension items (e.g., Sales for Jan96, Tents, New York) by
 which to sort a dimension item. 
 | 
associateParameter, getAssociatedParameterName, getDirection, getLayerName, getParameterNames, parameterize, setDirection, setLayerName, usesParameterprotected QDR[] m_qdr
protected java.lang.String[] m_measure
public QDRSortInfo()
public QDRSortInfo(java.lang.String layerName,
                   int[] direction,
                   QDR[] qdr)
QDRSortInfo(String, int[], String[], QDR[]).layerName - name of the layer to which these sort criteria applydirection - Array of QDR objects by which to sort.qdr - Array of QDR objects by which to sort.public QDRSortInfo(java.lang.String layerName,
                   int[] direction,
                   java.lang.String[] measure,
                   QDR[] qdr)
layerName - name of the layer to which these sort criteria applydirection - Array of QDR objects by which to sort.measure - Array of measures by which to sort.qdr - Array of QDR objects by which to sort.public void setQDR(QDR[] qdr)
qdr - Array of QDR objects by which to sort.public QDR[] getQDR()
public void setMeasure(java.lang.String[] measure)
measure - The array of measures by which to sortpublic java.lang.String[] getMeasure()