Package com.microstrategy.web.objects
Interface WebRemoveMetricDrillAction
- 
- All Superinterfaces:
 WebDrillAction
public interface WebRemoveMetricDrillAction extends WebDrillAction
This interface is a child ofWebDrillActionand 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 WebMetricgetMetric()Returns the target metric for the current drill action.voidsetMetric(WebMetric metric)Sets the target metric for the current drill action.- 
Methods inherited from interface com.microstrategy.web.objects.WebDrillAction
getDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getInheritSubtotals, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setInheritSubtotals, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter 
 - 
 
 -