com.microstrategy.web.objects.WebTransformationMetric |
The WebTransformationMetric interface represents a transformation metric object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getFormulaType()
Returns the formula type used in the transformation.
| ||||||||||
abstract WebMetric |
getMetric()
Returns the
WebMetric object that the transformation metric is
based on. | ||||||||||
abstract WebObjectInfo |
getTransformationRole()
Returns a
WebObjectInfo object, which has information about the
transformation role. | ||||||||||
abstract void |
setFormulaType(int formulaType)
Sets the formula type used in the transformation.
|
Returns the formula type used in the transformation.
EnumDSSXMLMetricFormulaType
.Returns a WebObjectInfo
object, which has information about the
transformation role.
WebObjectInfo
object, which has information about the
transformation role.
Sets the formula type used in the transformation.
formulaType | The formula type to be used in the transformation, from EnumDSSXMLMetricFormulaType . |
---|