Package com.microstrategy.web.objects
Interface TransactionMetric
- 
public interface TransactionMetric 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBaseFormDataType()intgetColumnIndex()intgetDataType()Return dataType of associated transaction columnintgetFlags()WebMetricgetMetricInfo() 
 - 
 
- 
- 
Method Detail
- 
getMetricInfo
WebMetric getMetricInfo()
- Returns:
 - the objectInfo for this metric
 
 
- 
getFlags
int getFlags()
- Returns:
 - the flag for whether allow this unit to be written back to WH
 
 
- 
getColumnIndex
int getColumnIndex()
- Returns:
 - the columnIndex of this unit in the transaction report
 
 
- 
getBaseFormDataType
int getBaseFormDataType()
- Returns:
 - the dataType of this unit, refer to @link EnumDSSXMLBaseFormType
 
 
- 
getDataType
int getDataType()
Return dataType of associated transaction column- Returns:
 - int from 
EnumDSSXMLDataType 
 
 - 
 
 -