Package com.microstrategy.web.objects
Interface WebRemoveMetricDrillAction
-
- All Superinterfaces:
WebDrillAction
public interface WebRemoveMetricDrillAction extends WebDrillAction
This interface is a child ofWebDrillAction
and is used for drilling actions of typeEnumDSSXMLDrillType.DssXmlDrillRemoveMetric
.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebMetric
getMetric()
Returns the target metric for the current drill action.void
setMetric​(WebMetric metric)
Sets the target metric for the current drill action.-
Methods inherited from interface com.microstrategy.web.objects.WebDrillAction
getDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter
-
-