Package com.microstrategy.web.objects
Interface WebTransformationMetric
- 
 public interface WebTransformationMetricThe WebTransformationMetric interface represents a transformation metric object.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFormulaType()Returns the formula type used in the transformation.WebMetricgetMetric()Returns theWebMetricobject that the transformation metric is based on.WebObjectInfogetTransformationRole()Returns aWebObjectInfoobject, which has information about the transformation role.voidsetFormulaType(int formulaType)Sets the formula type used in the transformation.
 
- 
- 
- 
Method Detail- 
getMetricWebMetric getMetric() Returns theWebMetricobject that the transformation metric is based on.- Returns:
- the WebMetricobject.
 
 - 
getTransformationRoleWebObjectInfo getTransformationRole() Returns aWebObjectInfoobject, which has information about the transformation role.- Returns:
- a WebObjectInfoobject, which has information about the transformation role.
 
 - 
setFormulaTypevoid setFormulaType(int formulaType) Sets the formula type used in the transformation.- Parameters:
- formulaType- The formula type to be used in the transformation, from- EnumDSSXMLMetricFormulaType.
- See Also:
- getFormulaType()
 
 - 
getFormulaTypeint getFormulaType() Returns the formula type used in the transformation.- Returns:
- the formula type used in the transformation, from EnumDSSXMLMetricFormulaType.
- See Also:
- setFormulaType(int)
 
 
- 
 
-